Hi,
I'm making a database for mailing customers, I make a table tblCustomers, with all address fields, and also a date field for when the data was entered. I then made another table tblActioned, with a date and notes field.
I have made a form frmActioned and put it in the customer form as a subform...(So I can track when I send a mail shot..). Linked by CustID field.
I do another form which just selects which dates you want to use as a criteria, and a small note field. A buttom with some code, opens a query and report....prints mail shot.
What I have been trying to do with little luck, is when I click the button ( In the date selection form), I would like the date to be entered in the frmActioned along with the note in all records which have been printed.
Any help would be appricated.
Thanks
Allen.
I'm making a database for mailing customers, I make a table tblCustomers, with all address fields, and also a date field for when the data was entered. I then made another table tblActioned, with a date and notes field.
I have made a form frmActioned and put it in the customer form as a subform...(So I can track when I send a mail shot..). Linked by CustID field.
I do another form which just selects which dates you want to use as a criteria, and a small note field. A buttom with some code, opens a query and report....prints mail shot.
What I have been trying to do with little luck, is when I click the button ( In the date selection form), I would like the date to be entered in the frmActioned along with the note in all records which have been printed.
Any help would be appricated.
Thanks
Allen.