modify a record

  • Thread starter Thread starter CarloBini
  • Start date Start date
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/ =-
 
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".
 

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

Similar Threads


Back
Top