Good Morning,
Summary of what I want to achieve: From my main form I would like three combo boxes to auto populate my main data table.
Database Details: I am using one form and two tables
[li]Cage_Code_tbl[/li] is used only for the purpose of auto populating three combo boxes on my form.
[li]PBOM_tbl[/li] is my main table where I want all my data to be stored from the form.
Additional Details:
[li]I fill in the first combo box with a Cage Code number, then the other two combo boxes will fill in the vendor name and status.[/li]
Details of what I want to achieve:
[tab]Fill in Cage Code number in first combo box (achieved)
[tab][tab]Status and Vendor Name auto fill based on my entry of cage code (achieved)
[tab][tab][tab]Save data to PBOM_tbl. FAIL
Thank you in advance for helping me. Hopefully I explained this in a way that it makes sense.
Clay
Summary of what I want to achieve: From my main form I would like three combo boxes to auto populate my main data table.
Database Details: I am using one form and two tables
[li]Cage_Code_tbl[/li] is used only for the purpose of auto populating three combo boxes on my form.
[li]PBOM_tbl[/li] is my main table where I want all my data to be stored from the form.
Additional Details:
[li]I fill in the first combo box with a Cage Code number, then the other two combo boxes will fill in the vendor name and status.[/li]
Details of what I want to achieve:
[tab]Fill in Cage Code number in first combo box (achieved)
[tab][tab]Status and Vendor Name auto fill based on my entry of cage code (achieved)
[tab][tab][tab]Save data to PBOM_tbl. FAIL
Thank you in advance for helping me. Hopefully I explained this in a way that it makes sense.
Clay