G
Guest
Hello,
I am trying to create a query that updates several tables based on a single
user input. First, the user is going to import different sets of data into
different tables. Then, he/she is going to run a query that updates all the
blank DATE fields in all the tables with an entered date. This is what I have
for the single table query (for which I can thank another Access expert in
these forums):
UPDATE FourPanel SET FourPanel.[DATE] = [Enter Date]
WHERE (((FourPanel.DATE) Is Null));
Thanks in advance for your help,
Dan
I am trying to create a query that updates several tables based on a single
user input. First, the user is going to import different sets of data into
different tables. Then, he/she is going to run a query that updates all the
blank DATE fields in all the tables with an entered date. This is what I have
for the single table query (for which I can thank another Access expert in
these forums):
UPDATE FourPanel SET FourPanel.[DATE] = [Enter Date]
WHERE (((FourPanel.DATE) Is Null));
Thanks in advance for your help,
Dan