S
saqi
HI, I am a new user of MS Access and looking for help desperately.
I have so many questions but right now would ask only one. The data i am
working at is a customer mailing list. i have made following tables.
tblCompanyInfo( CompanyName, Address, City, State, Zip, ContactFirstName,
LastName). In this table company name is set as a primery Key.
tblMailingDetails ( CompanyName, NumberOfMailSent, MailSentDate, Response).
in this table company name is a foreign key.
I want to be able to keep mailing history, in order to update records i am
trying to run an upate query with these fields, CompanyName(from
tblCompanyInfo), NumberofMailsent (from tblMailingHistory) and MailSentDate
from (tblMailHistory).
Problem is when i run query it basically updates existing history rather
than adding new number of mail and mail sent date, Please tell me if i am
doing it wrong and what is the right way to do it.... I will highly apriciate
your help ...
I have so many questions but right now would ask only one. The data i am
working at is a customer mailing list. i have made following tables.
tblCompanyInfo( CompanyName, Address, City, State, Zip, ContactFirstName,
LastName). In this table company name is set as a primery Key.
tblMailingDetails ( CompanyName, NumberOfMailSent, MailSentDate, Response).
in this table company name is a foreign key.
I want to be able to keep mailing history, in order to update records i am
trying to run an upate query with these fields, CompanyName(from
tblCompanyInfo), NumberofMailsent (from tblMailingHistory) and MailSentDate
from (tblMailHistory).
Problem is when i run query it basically updates existing history rather
than adding new number of mail and mail sent date, Please tell me if i am
doing it wrong and what is the right way to do it.... I will highly apriciate
your help ...