Uneditable Form?

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.
====
 
K

Klatuu

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.
 

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