Can't update fields on continuous form...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that is set up as a Continuous Form. It's based on a query
which has multiple tables joined together. The Views Allowed property is set
to Both, Allow Edits is set to Yes (I only want to allow updates, not
additions or deletions). None of the fields are locked, they're all enabled.
For some reason Access is not allowing me to update any of the fields. I open
the form with this:

DoCmd.OpenForm "frmGetExportCodesZeroFee", , , "DoctorName " & inClause

The 'inClause' variable has an IN clause built so that the recordset is
limited to only the Doctors in the IN clause. The form opens fine, showing
only the appropriate Doctors, but it won't allow me to update the values.
I've looked at everything I can think of. I do this with another form in my
application and it works fine. Any help is appreciated!

Jim B
 
Back
Top