J
jayC
I am writing an text box expression in a report as follows:
=DLookUp("[BILLINGDATE]","[DATATABLE]","[InDate] =" & [Forms]![Invoices
Query]![InDate])
The field INDATE is a text field. BILLINGDATE is a text field also. What
delimiter do I need to add to the statement to make it work on a text field?
I am getting garbage out. Must I change it to a numeric or date field to
make it work?
=DLookUp("[BILLINGDATE]","[DATATABLE]","[InDate] =" & [Forms]![Invoices
Query]![InDate])
The field INDATE is a text field. BILLINGDATE is a text field also. What
delimiter do I need to add to the statement to make it work on a text field?
I am getting garbage out. Must I change it to a numeric or date field to
make it work?