breaking my head about this and searching as far as I could, to no avail...
What I have:
Two XLS Sheets to be imported into one Access DB.
Data is structured the following way:
Table 1 - Master Data (one row per Submission)
User Project Date From Date To
Table 2 - Detail Data (up to ten rows per Submission)
Date Start Time End Time ....
While those two tables are imported into the same Access db, they are going into different db tables, so I Need a master key to link the master to ist subsequent Detail data set.
What I am therefore looking for is to generate a GUID which will be attached to both data sets and can be used for joining the sets in Excel.
I have been trying both, to generate an ID in Excel (VBA or formula) or add it when importing into acccess, when importing, have not found a proper way to achieve this.
Maybe there's an alternative Approach to my requirement, curious for ideas.
Thanks!