Hi!
I have a query that will has various forumla’s based on dates. The date that determines which formula to apply is entered int txtStartDate on frmGenerateInvoices. The user enters the date I.E. 10/1/2005 into the form. The query contains a field RearStoreActiveDate and the SQL is as follows: RearStoreActiveDate: [forms]![frmGenerateInvoices]![txtstartdate]. Unfortunatley it comes up blank when the query is run and does not show the date that is on the form. What am I missing?
Thanks!
Leesha