G
Guest
I have a database with two tables - "Contacts" and "Notes". Each table is
keyed with an ID field (Contact ID & Notes ID) that is an Autonumber field.
We currently have 271 contacts and plan on adding more this week. Every time
our company sends a mass mailing, I want to bypass having to enter the notes
for each contact manually as this could take forever. I created a user form
as a dialog box that asks the user for the date of the mailing and any notes
that should be entered with the mailing. The resulting table should look
like this after two mailings:
Notes ID Contact ID Date Notes
1 1 3/31/05 Special Offer Postcard - 1
hour free
2 2 3/31/05 Special Offer Postcard - 1
hour free
3 3 3/31/05 Special Offer Postcard - 1
hour free
....
272 1 4/3/05 Informational Postcard -
Competitive Edge
273 2 4/3/05 Informational Postcard -
Competitive Edge
274 3 4/3/05 Informational Postcard -
Competitive Edge
How can I automatically add a new record for each contact ID and then input
the information given by the user as to the date and notes? Is this possible?
Thanks!
keyed with an ID field (Contact ID & Notes ID) that is an Autonumber field.
We currently have 271 contacts and plan on adding more this week. Every time
our company sends a mass mailing, I want to bypass having to enter the notes
for each contact manually as this could take forever. I created a user form
as a dialog box that asks the user for the date of the mailing and any notes
that should be entered with the mailing. The resulting table should look
like this after two mailings:
Notes ID Contact ID Date Notes
1 1 3/31/05 Special Offer Postcard - 1
hour free
2 2 3/31/05 Special Offer Postcard - 1
hour free
3 3 3/31/05 Special Offer Postcard - 1
hour free
....
272 1 4/3/05 Informational Postcard -
Competitive Edge
273 2 4/3/05 Informational Postcard -
Competitive Edge
274 3 4/3/05 Informational Postcard -
Competitive Edge
How can I automatically add a new record for each contact ID and then input
the information given by the user as to the date and notes? Is this possible?
Thanks!