Hello-
I have searched the web for a whole day trying to figure this out. I give up. I need to build a data entry form that inserts values from other tables using comboboxes. There is only one text box for entering new data. I've tried using the data entry form wizard and I cannot get the comboboxes to work right on that form so I am using a blank form. Here is what I am trying to do.
A. Select a municipality from a combobox in order to change the combobox below that selects the tax district. The municipality will not be inserted into the table.
B. Select the taxing district based on the municipality. The ID will be entered into my table.
C. Select the reporting year and insert into the table.
D. Select revenue or expenditure to control the PE-300 combobox below it. This will not be entered into my table.
E. Select the report topic form combobox and write topic ID to table
F. Enter the amount of the expense or revenue. This will be inserted into the table.
Here is a picture of the form so far. Boxes in red need to be inserted in the table and boxes in green are only for controlling other controls.
I have all of the comboboxes working in terms of setting row sources and re-queries. Now I need to figure out how it actually gets inserted into the table. I have designed an append query but I cannot get it to pull data from the form. It might be a simple setting but I can't figure it out. Do I need a button and a macro?
I am using Access 2016.
Thank you