My guess is that your query is not updateable. You can't add new records to
it, nor can you edit or delete existing records.
Chris
Microsoft MVP
>I have one form in a database that is giving me fits. It will not open to a
>'new' record for entry of new data. I set the data dentry property to 'yes'
[quoted text clipped - 3 lines]
>tied to the table but gets its data from a query based on the table. Any
>suggestions?
I have a similar problem, and I suspected something like that might be the
issue, but how do you make the query updateable?
I have a query that simply combines two tables into one, and I have a form
based on that query, which I want to use to add records to both tables
simultaneously. For me, though, it does add records, but the problem is, if I
close the form and reopen it, despite the fact that the query shows records,
the form shows only a single, new (blank) record. Any suggestions?
Thanks,
Ray
> My guess is that your query is not updateable. You can't add new records to
> it, nor can you edit or delete existing records.
[quoted text clipped - 9 lines]
> >tied to the table but gets its data from a query based on the table. Any
> >suggestions?
Chris O'C - 18 Apr 2008 14:25 GMT
Change the form's data entry property to No to see all the query's records.
Chris
Microsoft MVP
>it does add records, but the problem is, if I
>close the form and reopen it, despite the fact that the query shows records,
>the form shows only a single, new (blank) record. Any suggestions?