dawilis
07-21-2003, 04:59 AM
I have two tables
Contact
ID = autonumber
NameID = Id1 from Master_Roll tabel
ContactDate = contact Date
details = Deatails of this contact
Master_Roll
ID1 = Autonumber
Surname = Surname
First NAme = First Name
DOB
SEX
PHONE
ADDRESS
EMAIL
I want to query the contact Table and the Master_roll Details table, I also want to add and update both tables.
Which is the best way to do this?
Contact
ID = autonumber
NameID = Id1 from Master_Roll tabel
ContactDate = contact Date
details = Deatails of this contact
Master_Roll
ID1 = Autonumber
Surname = Surname
First NAme = First Name
DOB
SEX
PHONE
ADDRESS
I want to query the contact Table and the Master_roll Details table, I also want to add and update both tables.
Which is the best way to do this?