Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

table design with external data problem

Status
Not open for further replies.

kjbirnie

Technical User
Aug 8, 2004
2
US
I am using an external data source for client names and type. In my previous version of this database I have linked the information which has worked fine as the external data is updated daily. Now I have need to add another table for type which will include a type ID to be linked in other tables as well. The linked table already has this field from the external database, but not in ID form. What is the most efficient way to do this? Should I know be importing the external data, make a query that converts the field to a code, or can it be done in VBA code? I will need to match up the Client and Staff by Type

tblClient - ClientID
ClientName
ClientType

tblType - TypeID
Type

tblStaff - StaffID
StaffFname
StaffLname
TypeID

tblInteraction - InteractionID
ClientID
StaffID

Any help is greatly appreciated!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top