i keep a table of the last time certain queries are run. the table consists of 20 fields. each field is the name of a particualr query. Each field has only one record - the date of the last time it was run.
i want to get the date for a particular field (query). there really isn't a criteria. i just need that date.
i tried:
dlookup("terms","last_runs") but it doesn't work.
i get error msg "Syntax error in query expression 'terms'.
i want to get the date for a particular field (query). there really isn't a criteria. i just need that date.
i tried:
dlookup("terms","last_runs") but it doesn't work.
i get error msg "Syntax error in query expression 'terms'.