C
Carrie
Hi, I have built a form for the user to input data into 4
different tables. The form is tied into the Main Table
through a query (Main Query) which has a primary key RecNo.
Each of the other Tables (I'll call them A,B & C) also has
a RecNo. field and I have put them all in another query
(SaskQuery) and built a subform (Sask_Sub).
I can search for the right record and pull it up, but I
can't enter any data in to the subform - it says the
Recordset is not updatable. I have checked all the
properties and nothing is locked and the Recordset type is
Dynaset.
I think the problem is in the way I have my query set up
because I also can't enter the data in the query. Any
suggestions would be appreciated (I don't know VB at all)
Thanks!
different tables. The form is tied into the Main Table
through a query (Main Query) which has a primary key RecNo.
Each of the other Tables (I'll call them A,B & C) also has
a RecNo. field and I have put them all in another query
(SaskQuery) and built a subform (Sask_Sub).
I can search for the right record and pull it up, but I
can't enter any data in to the subform - it says the
Recordset is not updatable. I have checked all the
properties and nothing is locked and the Recordset type is
Dynaset.
I think the problem is in the way I have my query set up
because I also can't enter the data in the query. Any
suggestions would be appreciated (I don't know VB at all)
Thanks!