Hi there, I have attached an XLS file I wish to replicate in Access using
querie(s).
I seem to be losing too many records with my attempts.
The XLS sheet has 281 records when appending data using lookups and the
Access Query only has 213 records.
TIMESHEET has 281 records but I want to append the following fields to
this table
Append
Using the relationshipCode:catchment.display_text
ANDCode:Catchment.entity_id = CASES.assignee_user_id
Append
Using the relationshipCode:Subtype.display_text
ANDCode:Subtype.entity_id = CASES.id
ALSO needing to join
Code:Timesheet.description2 = CASES.reference_number
Thx, MQ