G
Guest
Hello!
I want to fetch values of two fields using DLookup, can someone help me?
Something like DLookup("date_opened, date_closed","tablename","whereclause")
I have two separate DLookup statements working for each of the fields
date_opened=DLookup("date_opened","tablename","whereclause")
date_closed=DLookup("date_closed","tablename","whereclause")
or if there is another solution, please let me know.
Thank you,
-Me
I want to fetch values of two fields using DLookup, can someone help me?
Something like DLookup("date_opened, date_closed","tablename","whereclause")
I have two separate DLookup statements working for each of the fields
date_opened=DLookup("date_opened","tablename","whereclause")
date_closed=DLookup("date_closed","tablename","whereclause")
or if there is another solution, please let me know.
Thank you,
-Me