Can't update fields on continuous form...

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top