I am a newbie to Access and have been struggling with the below - putting just simple names to ease the explanation:
1- I have form1 related to table1 and form2 related to table2
2- One of the fields in form2 is the primary key of table1. Another field in form2 is a date
3- Once that date in form2 is filled in, I would like to take the value to a date field in table1 - in the record identified by table1´s primary key, which I already know
How can I do that? Putting it simply, it would be like a dlookup but in the reverse order, i.e., instead of reading data from another table to put in my current form, I want to take data from my current form and put it in another table.
I have VBA skills but no sql...
Thank you very much!
UPDATE
statement – MoondogsMaDawg