Robert L. Stewart
rl_stewart at highstream.net
Thu Oct 9 09:13:04 CDT 2003
SD, Change it to the OnFormat event of the detail section and it will probably work. Robert At 08:57 AM 10/9/2003 -0500, you wrote: >Date: Thu, 9 Oct 2003 02:26:06 -0700 (PDT) >From: Sad Der <accessd666 at yahoo.com> >Subject: [AccessD] Report doesn't show data?! >To: Acces User Group <accessd at databaseadvisors.com> >Message-ID: <20031009092606.65970.qmail at web60208.mail.yahoo.com> >Content-Type: text/plain; charset=us-ascii > >Hi group, >I created a report. Recordsource is a query. >The report has a report header and a report detail. >In the report header I have 12 labels named: >lblHeaderx (x = a number between 1 through 12) > >In the report detail section I have 12 textboxes >named: >txtDatax (x = a number between 1 through 12) > >In the forms On_Open event I've got the code below >(from ADHB2K). However I cannot seem to get any >data?!?! Any idea why not? > >TIA