Uneditable Form?

  • Thread starter Thread starter amywolfie
  • Start date Start date
A

amywolfie

I have a Find form based on a query which asks for parameters:

[Enter Employee Name] etc. The underlying tables for the query are
SQL, linked in by ODBC.

What's happening is that I am unable to EDIT any values on the form;
however, the same form, based on a query without parameters (just
filter) is completely editable.

The form contains a subform.

Can anyone explain why the Find form is uneditable?

Thanks.
====
 
Posting the SQL of the form's query might help get you an answer to why the
form is not editable.

But, for starters, you could open the query by itself. If the add new
record button in the naviagion is disabled, that means the query is not
editable. My guess is that is the problem.
 
Back
Top