GarstonMassive
Programmer
Hi I've got a report bound to a table and a textbox bound to one of the fields in the report header. There is data in the field.
If I run the report the data is displayed in the header as expected. However if I put some test code eg.
MsgBox Me.DateRegistered
in the Report_Header Format event it tells me that it "...cant find the field..." even though the bound textbox is still there!
I need to be able to manipulate the data in the table in code first of all before I display it (dates in wrong format incidentally).
Anyone help???
If I run the report the data is displayed in the header as expected. However if I put some test code eg.
MsgBox Me.DateRegistered
in the Report_Header Format event it tells me that it "...cant find the field..." even though the bound textbox is still there!
I need to be able to manipulate the data in the table in code first of all before I display it (dates in wrong format incidentally).
Anyone help???