I am creating a form to update my database. I would like the user to select two options to filter the results: Month and State Then I would like to populate a subform (in datasheet view) where the user can update the other corresponding columns (amount due, etc) Then I would like a button that uses the imputed data and updates the main database.
I created a query to filter the results based on the 2 combo boxes. When it is populated onto the subform it will not allow editing.
How do I begin to solve this problem?
*I've tried creating a temporary table using the query results, but I cannot get the temp table to populate into the subform so that I can just write an update query to move the results from the temp table to the main database.
Thank you so much!