G
GSB
Hi, Im new with Access, need some help please.
I have a form (Main Form) where user enter parameters to run a query (qryA).
Results are showed in a subform (subfrmA), which is a table with basic
information. User can´t edit anything from here.
When user double clicks one of the records, another form appears with the
detailed information (frmDetails) and user is allowed to edit records from
there.
The problem is that when I try to edit those records, “Recordset is not
updatable†message appears at the status bar and I can’t edit anything.
I’m guessing this is because both subfrmA and frmDetails are based on the
same query (qryA), but I don’t know how to fix it.
If I open frmDetails alone, I can edit records.
I have a form (Main Form) where user enter parameters to run a query (qryA).
Results are showed in a subform (subfrmA), which is a table with basic
information. User can´t edit anything from here.
When user double clicks one of the records, another form appears with the
detailed information (frmDetails) and user is allowed to edit records from
there.
The problem is that when I try to edit those records, “Recordset is not
updatable†message appears at the status bar and I can’t edit anything.
I’m guessing this is because both subfrmA and frmDetails are based on the
same query (qryA), but I don’t know how to fix it.
If I open frmDetails alone, I can edit records.