I have an Access form, that uses a query as the data source. This query uses 3 different tables. I would like the form to allow inputs and the input values to populate one of these 3 tables. Currently the form will not allow the inputs. Please advise
Thanks very much in advance, Nathaniel
I have an Access form, that uses a query as the data source. This
Share
You need an updateable query: http://allenbrowne.com/ser-61.html, but if that is not possible, there are other approaches.
If the query joining the three tables is already quite simple, you could consider whether you really need all the tables in one form, for example, a form / subform set-up is a very useful way of presenting and updating data from more than one table. Another possibility is a combobox if one of the tables includes look-up data, such as country code / country.