Pat,
I've been working on this today and find myself stuck on multiple fronts.
Three things:
1. Update Query - I really want to learn how to do this. Attached is my attempt in creating an update query to change the table field CreateDT to the current date. Right now, if the field is blank, nothing happens. If I have a date in it, the query will change it to "12:00:00AM" Can you look at my update query and tell me where I'm going wrong?
2. Updating the Table - I thought Appending the table was what I needed but that was wrong. Appending adds the records to the table, doubling up the records. I want to replace all the records with new. Is it best to just overwrite the existing table with the same name? Of course when I do that, my CreateDT field disappears. And I'll need to close the Main_F first since it has the table as the record source. Unless there's a way around that?
3. Even when I had the CreateDT field in the table and the textbox on the form, Main_F, with the Control Source (=DMax("[CreateDT]","IHS - Allowance Status by Locat"), I couldn't get it to work. So I'm still stuck on that to.
Spent the last two hours searching the web but coming up short on all these.
Could you take a look at my db and help me out?
Thanks.
Brad