S
Scott J.
I am creating an Access database that uses information that is imported
through text files. I have 4 tables:
- tblLateData - 9 fields including ID (PrimaryKey), Order #, and ServiceCode
(empty)
- tblShipData - ID (PrimaryKey), Order #, and Initials of service agent
- tblCSR - service agent initials (PK) and name
- tblServiceCodes - Description and Code (PK)
The tblShipData has many duplicate records (constraint of my imported data),
so I created a query to show only the unique records (qryNoDups). I then link
that query with tblLateData so the service agent can find their orders and
fill in the ServiceCode.
The problem is how do I join (and create appropriate primary keys) the
qryNoDups and tblLateData (by Order #) so that the query is editable? The
imported data is limiting my choices. Any suggestions?
Thanks for your help! Scott J.
through text files. I have 4 tables:
- tblLateData - 9 fields including ID (PrimaryKey), Order #, and ServiceCode
(empty)
- tblShipData - ID (PrimaryKey), Order #, and Initials of service agent
- tblCSR - service agent initials (PK) and name
- tblServiceCodes - Description and Code (PK)
The tblShipData has many duplicate records (constraint of my imported data),
so I created a query to show only the unique records (qryNoDups). I then link
that query with tblLateData so the service agent can find their orders and
fill in the ServiceCode.
The problem is how do I join (and create appropriate primary keys) the
qryNoDups and tblLateData (by Order #) so that the query is editable? The
imported data is limiting my choices. Any suggestions?
Thanks for your help! Scott J.