Update on a Form from a Query

G

Greg

I have a query that pulls records that are = to today's date. How do I make
it so that those records are updateable on the form. Every time I do it,
the records are read only.


Greg
The Oft Access Confused
 
P

Pavel Romashkin

Do you have DISTINCT predicate in your query? Open SQL in a datasheed
view and see if the records are updateable there. If they are, does your
form allow editing?

Pavel
 
R

Ruskin Hardie

Could be a number of things;
a. Check the 'Allow Edits', 'Allow Deletions', 'Allow Additions' properties
of the form
b. Check the query design. If the query has more than one table, and any
table is not correctly referenced to another, then the recordset is not
updateable.

You may want to try opening the query directly, and see if you can change a
record. If not, you will need to modify your table structures or query
design...
 

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