I am learning Access and am designing an application for users to search, add, update, or delete their data. I used the Form Wizard to create the form for data entry. I am reading for help and during my reading I read --
If you are creating a form meant for data entry
for the database, you should specify where its data
would come from. The object can be a table, a
combination of tables, a query, a combination of
queries, or a combination of tables and queries.
My question is this -- how do you determine where to get the data for a form and when to use a query as your data source? I created the form using the form wizard and just specified the two tables that I need data from. It seems to be working but I keep reading about creating queries to bound to the forms. I understand that queries are needed for calculations, etc. but when else are they needed as the data source for a form? Can I use the same form for data entry, update, and querying the data?
If you are creating a form meant for data entry
for the database, you should specify where its data
would come from. The object can be a table, a
combination of tables, a query, a combination of
queries, or a combination of tables and queries.
My question is this -- how do you determine where to get the data for a form and when to use a query as your data source? I created the form using the form wizard and just specified the two tables that I need data from. It seems to be working but I keep reading about creating queries to bound to the forms. I understand that queries are needed for calculations, etc. but when else are they needed as the data source for a form? Can I use the same form for data entry, update, and querying the data?