G
Guest
I have a set of tables that each has a field named 'dued', data type = date.
I want to find a way to search all records, in all tables that have a field
named 'dued' and compare it to system date.
I guess that is done using a for ... next loop but how do I retrieve the
values??? maybe defining a temp table and copying field values????
Please help!!!
PS I am not very familiar with all that ADO, DAO, etc..
I want to find a way to search all records, in all tables that have a field
named 'dued' and compare it to system date.
I guess that is done using a for ... next loop but how do I retrieve the
values??? maybe defining a temp table and copying field values????
Please help!!!
PS I am not very familiar with all that ADO, DAO, etc..