southwestgooner
Registered User.
- Local time
- Today, 11:22
- Joined
- May 14, 2009
- Messages
- 28
Hi All,
I have a form that creates new records without any issues whatsoever. The form contains four fields that have linked ID's that won't update in the source player table!
I have a tables for Category with a autonumber for CategoryID with a list of Categories selected from a Combo Box in the form.
Basically the same applies to the Season, Gender and Squad tables.
I also have a Players table that contains the fields in the attached screenshot. There are relationships between the Category, Season, Gender and SquadIDs in the Players table to the four ID's in the Category, Season, Gender and Squad tables.
The issue I would like to resolve is the four ID columns remain empty when adding new records via the form.
Is it possible to create four update queries to up date the four ID columns in the Players table???
I can then run the SQL/VB code from an Update button on the form.
Or is there an easier way to populate this data in these four fields in the Players table from the selections picked in the form?
Many thanks in anticipation of some help to resolve this issue that is really bugging me as I think it's possible but all attempts to date have failed!!
Regards,
Steve aka southwestgooner
I have a form that creates new records without any issues whatsoever. The form contains four fields that have linked ID's that won't update in the source player table!
I have a tables for Category with a autonumber for CategoryID with a list of Categories selected from a Combo Box in the form.
Basically the same applies to the Season, Gender and Squad tables.
I also have a Players table that contains the fields in the attached screenshot. There are relationships between the Category, Season, Gender and SquadIDs in the Players table to the four ID's in the Category, Season, Gender and Squad tables.
The issue I would like to resolve is the four ID columns remain empty when adding new records via the form.
Is it possible to create four update queries to up date the four ID columns in the Players table???
I can then run the SQL/VB code from an Update button on the form.
Or is there an easier way to populate this data in these four fields in the Players table from the selections picked in the form?
Many thanks in anticipation of some help to resolve this issue that is really bugging me as I think it's possible but all attempts to date have failed!!
Regards,
Steve aka southwestgooner