Ok...
This is the table I need to create:
Company Representative Alternate
CompanyID FirstName LastName FirstName LastName
The data for this table is from two tables:
tblINDIVIDUAL and tblCorporate
The "CompanyName" field is from the tblCorporate
Tbe following field names are from tblINDIVIDUAL:
FirstName
LastName
NHA-Code
In the NHA-Code field there are several codes, the two codes I need is the "Rep" and "Alt" codes.
How do I set up a table to take those two codes from the "NHA-Code" field and make them column headings and show the company's Rep and Alt on one line? And, how do I show the FirstName and LastName in one cell?
I hope that made sense. Thanks in advance for any help you can give me!!!
This is the table I need to create:
Company Representative Alternate
CompanyID FirstName LastName FirstName LastName
The data for this table is from two tables:
tblINDIVIDUAL and tblCorporate
The "CompanyName" field is from the tblCorporate
Tbe following field names are from tblINDIVIDUAL:
FirstName
LastName
NHA-Code
In the NHA-Code field there are several codes, the two codes I need is the "Rep" and "Alt" codes.
How do I set up a table to take those two codes from the "NHA-Code" field and make them column headings and show the company's Rep and Alt on one line? And, how do I show the FirstName and LastName in one cell?
I hope that made sense. Thanks in advance for any help you can give me!!!