F
fabianjones
I have a main form and on the main form I have a tab control with
several subforms.
I altered one subform in the following manner:
- Originally, it was linked to a table with a simple query: SELECT *
FROM myTable
- I had to build a query and now the data is being pulled from the
query: SELECT * from myQuery
Now, when I try to change the information, it is not allowing me to do
so. Is it because I am now grabbing data from the new query (myQuery).
Will I now have to grab data from both the query and the original
table? (myQuery and myTable)? Any help would be appreciated. Thank
you.
several subforms.
I altered one subform in the following manner:
- Originally, it was linked to a table with a simple query: SELECT *
FROM myTable
- I had to build a query and now the data is being pulled from the
query: SELECT * from myQuery
Now, when I try to change the information, it is not allowing me to do
so. Is it because I am now grabbing data from the new query (myQuery).
Will I now have to grab data from both the query and the original
table? (myQuery and myTable)? Any help would be appreciated. Thank
you.