U
UnknownJoe
I have 2 tables (Registrations and Courses), where each table has a Primary
Key with a data type of Autonumber (RegID and CourseID). At some point within
my DB, I need to add the PK from the Courses table to the Registration table
which causes problems (only 1 Autonumber per table).
In order to avoid this problem, I would like to change the Data Type for the
PK in the Courses table, but with allowing the user to automatically create
the value of each record (generating a custom CourseID - i.e. Course01,
Course02, Course03, etc).
Any ideas on how to create the custom field for data entry purposes?
Thanks.
Key with a data type of Autonumber (RegID and CourseID). At some point within
my DB, I need to add the PK from the Courses table to the Registration table
which causes problems (only 1 Autonumber per table).
In order to avoid this problem, I would like to change the Data Type for the
PK in the Courses table, but with allowing the user to automatically create
the value of each record (generating a custom CourseID - i.e. Course01,
Course02, Course03, etc).
Any ideas on how to create the custom field for data entry purposes?
Thanks.