Each user has their own PDA and I create a unique ID based on their user ID + and auto number field. Each week they sync this data into a access group table.
In this group table my primary key is this combination ID from each user. The problem I am having is.
I wish too add a record to this table using an access 2003 form and not on a PDA, I’m not quite sure how to make a unique ID.
Is it possible to generate a Unique ID in a separate table using an auto number field, then use this ID+ a default number lets say 1+ the user ID. So my unique ID generated would be 1+1+3,113 THEN 213,313,413…
Thank you
Todd