G
Guest
I have TBL_Project with a primary key as an autonumber named Project_ID.
I have a second table named TBL_Project_Name with its primary key
(Project_Name_ID, also autonumber) and foreign key Project _ID as a number to
link them together. I also have a text field in TBL_Project_Name called
Project_Name, as a text.
I have a one-to-many relationship between TBL_Project and TBL_Project_Name,
as there may be more than one name assigned (and users looking up) to a
Project.
When entering a new Project_Name in a form and subform, (or for that matter,
in a query), I cannot get the Project_ID field to autonumber populate when I
enter a new Project name in TBL_Project_Name.
Any suggestions?
I have a second table named TBL_Project_Name with its primary key
(Project_Name_ID, also autonumber) and foreign key Project _ID as a number to
link them together. I also have a text field in TBL_Project_Name called
Project_Name, as a text.
I have a one-to-many relationship between TBL_Project and TBL_Project_Name,
as there may be more than one name assigned (and users looking up) to a
Project.
When entering a new Project_Name in a form and subform, (or for that matter,
in a query), I cannot get the Project_ID field to autonumber populate when I
enter a new Project name in TBL_Project_Name.
Any suggestions?