Forum Discussion
davismichele11
Jun 06, 2025Copper Contributor
Access Help
I am trying to create a rather simple dbase and need a bit of guidance. I have two tables, and in the first table I have a column titled component #. The 2nd table houses all the data associated w...
arnel_gp
Jun 08, 2025Iron Contributor
open DataEntryForTable1 in design view and see the code on Not In List Event of the combobox, ComponentID. Normally, you will need to save is the ComponentID (not the Component #), and just
create a Query (qryTable1) that will join Table1 with Component table to display related fields from Component table.