TooManyReports
Registered User.
- Local time
- Today, 02:21
- Joined
- Aug 13, 2010
- Messages
- 43
I have a form that I want to display max date from a table, but every time I try to get it to display on the form, I get #error or #name?. I can run a query and get the information correctly, but it refused to display at all on the form.
I have tried the following on an unbound text box::
= MAX(
![Date]) Displays #error
=[Max Date Query]![Max Date] Displays #name?
=Dlookup("Max Date","Max Date Query") Display #error
The table that is being queried has the field set to short date. Date was converted by using DateValue because the original date field was in YYYYMMDD format and changed to MM/DD/YYYY format
Any help would be greatly appreciated!
I have tried the following on an unbound text box::
= MAX(
=[Max Date Query]![Max Date] Displays #name?
=Dlookup("Max Date","Max Date Query") Display #error
The table that is being queried has the field set to short date. Date was converted by using DateValue because the original date field was in YYYYMMDD format and changed to MM/DD/YYYY format
Any help would be greatly appreciated!
