joshandsony
Registered User.
- Local time
- Today, 02:10
- Joined
- Feb 19, 2009
- Messages
- 59
I have a query from a table that I need a dlookup on. I also have a table with the date range that I need the info from. Here is what I have created so far:
=dlookup("[month]","decoder","po_date" = "[date range] between [1/1/2007] and [12/31/2009]")
I am trying to pull the "PO Date" from a table, look for the date range in the decoder table and send back a value of the month name from the decoder table to my query.
Please Help!
=dlookup("[month]","decoder","po_date" = "[date range] between [1/1/2007] and [12/31/2009]")
I am trying to pull the "PO Date" from a table, look for the date range in the decoder table and send back a value of the month name from the decoder table to my query.
Please Help!