C
Cameron Piper
All,
I am working on a contact management database where we
will be tracking a lot of different information about
client's phone numbers. I have created two different
tables. One is called "tblclient" and I will be storing
all related client data here. In another table
called "tblphone" I will be storing all the phone number
information. Because we are storing so much information
about the client's phone numbers, we broke it into a
different table rather than storing it with the client
information. Each phone number has 10 different fields
associated with it. Ideally I would only like to store
information for the phone numbers that I have for each
client and give each one a unique ID rather than storing
10 phone numbers and all the related fields in a table
(even if I don't have that type of phone number for the
client)and associating them only with one contact.
What would be the best way to handle the input of the
information? Would one form be best where there were
fields to create 10 different phone numbers? (I have
tried this but when I use the combo box to select the
type of phone number it changes all 10 types) Would it
be better to somehow create an afterupdate event that
after entering phone #1, the blanks for phone #2 would
automaticaly associate with a new unique phone ID #.
Any help on this matter would be greatly appreciated!!
Cameron Piper
Coldwell Banker Burnet Realty
(e-mail address removed)
I am working on a contact management database where we
will be tracking a lot of different information about
client's phone numbers. I have created two different
tables. One is called "tblclient" and I will be storing
all related client data here. In another table
called "tblphone" I will be storing all the phone number
information. Because we are storing so much information
about the client's phone numbers, we broke it into a
different table rather than storing it with the client
information. Each phone number has 10 different fields
associated with it. Ideally I would only like to store
information for the phone numbers that I have for each
client and give each one a unique ID rather than storing
10 phone numbers and all the related fields in a table
(even if I don't have that type of phone number for the
client)and associating them only with one contact.
What would be the best way to handle the input of the
information? Would one form be best where there were
fields to create 10 different phone numbers? (I have
tried this but when I use the combo box to select the
type of phone number it changes all 10 types) Would it
be better to somehow create an afterupdate event that
after entering phone #1, the blanks for phone #2 would
automaticaly associate with a new unique phone ID #.
Any help on this matter would be greatly appreciated!!
Cameron Piper
Coldwell Banker Burnet Realty
(e-mail address removed)