G
Guest
I'm very new to Access, and trying to learn SQL at the same time.
I'm working on a database in Access to track calls and correspondence.
Thanks to help from this group I now have a query to pull all contacts that
have not received a call or letter in the last 45 days. Now, lets say its
time to send out a newsletter to all the contacts. The tables are one to
many, Contacts to Calls.
I have a small form that has fields for Date, Time, Subject and Notes. I put
in a Date and a Time, the subject of the letter or call and any other notes.
Since I'm sending this letter out to all of my contacts I need to insert one
record in the Calls table for each of the contacts in the Contacts table. The
Date, Time, Subject and Notes all need to come from the form.
How can I build an INSERT statement that will create one record in Calls for
each record in Contacts and fill in the other four fields Date, Time, Subject
and Notes from the form?
I'm sorry this post is so long. I'm just trying to be clear. I appreciate
everyone's help and don't want this to be as confusing for you as it is for
me.
Thanks
I'm working on a database in Access to track calls and correspondence.
Thanks to help from this group I now have a query to pull all contacts that
have not received a call or letter in the last 45 days. Now, lets say its
time to send out a newsletter to all the contacts. The tables are one to
many, Contacts to Calls.
I have a small form that has fields for Date, Time, Subject and Notes. I put
in a Date and a Time, the subject of the letter or call and any other notes.
Since I'm sending this letter out to all of my contacts I need to insert one
record in the Calls table for each of the contacts in the Contacts table. The
Date, Time, Subject and Notes all need to come from the form.
How can I build an INSERT statement that will create one record in Calls for
each record in Contacts and fill in the other four fields Date, Time, Subject
and Notes from the form?
I'm sorry this post is so long. I'm just trying to be clear. I appreciate
everyone's help and don't want this to be as confusing for you as it is for
me.
Thanks