J
Jane
Hello,
I have a table, tblEquipment with the following fields:
W_ServiceProvider
C_ServiceProvider
Both fields link to a table called tblServiceProvider that contains the
following two fields:
SPName
SPAddress
For data entry into tblEquipment I can get W_ServiceProvider to attach to a
record in tblServiceProvider, but trying to also have the field
C_ServiceProvider attached to a different record in tblServiceProvider does
not work.
I could maintain two tables of Service Provider information (one for each of
the fields tblEquipment.W_ServiceProvider and tblEquipment.C_ServiceProvider)
but the information would be the same in each.... there must be another way!
Can you help?
Thank you very much.
Jane
I have a table, tblEquipment with the following fields:
W_ServiceProvider
C_ServiceProvider
Both fields link to a table called tblServiceProvider that contains the
following two fields:
SPName
SPAddress
For data entry into tblEquipment I can get W_ServiceProvider to attach to a
record in tblServiceProvider, but trying to also have the field
C_ServiceProvider attached to a different record in tblServiceProvider does
not work.
I could maintain two tables of Service Provider information (one for each of
the fields tblEquipment.W_ServiceProvider and tblEquipment.C_ServiceProvider)
but the information would be the same in each.... there must be another way!
Can you help?
Thank you very much.
Jane