Unable to modify data in the form (1 Viewer)

iworkonline

Registered User.
Local time
Yesterday, 19:06
Joined
May 25, 2010
Messages
44
I have created a form in design view, the Record Source is based on a query and Data Entry property is set to Yes.

I am not able to edit the fields. I am opening the form from the Forms screen. I am using Access 2003 in Citrix enviornment.

The query is in parameterized form, the parameters are getting values from the VBA functions.

If you need more information, plz let me know.Thanks.
 

boblarson

Smeghead
Local time
Yesterday, 19:06
Joined
Jan 12, 2001
Messages
32,059
What is the underlying SQL of the query?

See here for why a query can be read-only.
 

iworkonline

Registered User.
Local time
Yesterday, 19:06
Joined
May 25, 2010
Messages
44
My form is uneditable because the query is using Max().

Thanks for the tip, Bob.
 
Last edited:

Users who are viewing this thread

Top Bottom