Tab control pages

  • Thread starter Thread starter Calvert Walker
  • Start date Start date
C

Calvert Walker

I'am unable to update a recordset within a TAB CONTROL
PAGE. I receive the following message on the status line:
This Recordset is not updateable. Can this be change?
The information I have didn't state you would not be able
to update/edit a recordset. PLEASE HELP IF YOU CAN!!!


Walker,CC
 
Calvert Walker said:
I'am unable to update a recordset within a TAB CONTROL
PAGE. I receive the following message on the status line:
This Recordset is not updateable. Can this be change?
The information I have didn't state you would not be able
to update/edit a recordset. PLEASE HELP IF YOU CAN!!!

Whether a form or subform is editable or not has nothing to do with the use of a
TabControl. Chances are the RecordSource is a query and many queries can be rendered
Read-Only depending on how they are set up. If you open the RecordSource of the form
directly, can you make edits?
 
Back
Top