Solved insert a new record to the query by form

MK1999

New member
Local time
Today, 08:29
Joined
Mar 30, 2022
Messages
24
hello
I have a query I use it to search for programs and when the user click on it it populate a form with all program information
Now I have another form to add new program and it add the information directly to the tables.. i want to add the new records to the query since the search and program information depend on it.. How it can be? The query im using is not updatable..
 
you dont add records to a query, you add to a table.
If you need to add records to more than 1 table, create a subform to connect to the extra tables.
 

Users who are viewing this thread

Back
Top Bottom