modify a record

C

CarloBini

I made a search query on table, the risults appear OK in a single form based on this query but access 2000 does not allow to modify these records using this form.
Is there a way to modify records this way?
Thank you


--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
 
V

Van T. Dinh

The Query you used as the RecordSource for the Form may be non-updatable.

Try open the DatasheetView of the Query / SQL and see if you can update the
data / add new Records in the Datasheet. If you can't, then you need to
modify the Query (if possible as Queries such as Total Queries, Uinion
Queries are not updatable.)

Check Access Help on "Updatable Queries".
 
Top