Hi,
I have a report which has a multiple text boxes. These text boxes show the sum of different values that were entered in table.
Users log in everyday and fill in the information in the form, which saves the date in the table and then I used a query to form a report.
but I want to display only "Current date" information - how do I do that? Also, I don't want them to ENTER the date themselves. I used date() function in my form to pull out todays date as well.
I tried to put "<=Current_Date" as the criteria for dte in the query but that gives an error saying "Data mismatch"
any ideas?
thanks!