M
MRW
Quick question for anybody who can help:
I have two tables:
tblUsers
--------
UserID
Name
tblPhones
---------
PhoneID
UserID
PhoneNumber
If I'm collecting the name and the phone numbers (can be multiple
numbers) in one form, what's the best way of placing it in the
database? The question revolves around the UserID and making sure the
tblPhones.UserID = tblUsers.UserID
Thanks for any help!
I have two tables:
tblUsers
--------
UserID
Name
tblPhones
---------
PhoneID
UserID
PhoneNumber
If I'm collecting the name and the phone numbers (can be multiple
numbers) in one form, what's the best way of placing it in the
database? The question revolves around the UserID and making sure the
tblPhones.UserID = tblUsers.UserID
Thanks for any help!