Can't enter data?

G

Guest

I'm having a bad day as you can see from the number of posts!!!!
I have a form that is based on a query. However I can't enter any data into
it in any of the controls. I ahve set the Dynaset to Inconsistent Updates and
the Data Entry to Yes but still can't enter any values in any of the
controls. I have built other forms based on queries and had no problems. What
could it be?
Thanks
Tony
 
S

SusanV

Can you edit the query when you open it standalone? Some queries are not
updateable.
 
K

Ken Snell \(MVP\)

And some more articles that may be helpful:

See these articles for information about what can make a query nonupdatable
(watch for line-wrapping):

When can I update data from a query?
http://msdn.microsoft.com/library/d...l/acconDeterminingWhenCanUpdateDataQueryS.asp

Harnessing the Power of Updatable Queries
http://msdn.microsoft.com/library/default.asp?url=/archive/en-us/dnaraccgen/html/msdn_harness.asp

ACC2000: Cannot Edit or Update Record on a Form
http://support.microsoft.com/default.aspx?scid=kb;en-us;209571&Product=acc

ACC2000: Status Bar Displays "Recordset Not Updateable" Message When You Try
to Update a Linked Table
http://support.microsoft.com/default.aspx?scid=kb;en-us;304179&Product=acc

INFO: Troubleshooting Errors That May Occur When You Update Data in Queries
and in Forms
http://support.microsoft.com/default.aspx?scid=kb;en-us;328828&Product=acc

ACC: Update Query Based on Totals Query Fails
http://support.microsoft.com/default.aspx?scid=kb;en-us;116142&Product=acc
 
G

Guest

more technically; Access MDB queries randomly crap out.. because MDB is too
flakey for real world usage
 
G

Guest

if you want a reliable database that doesn't randomly crap out-- then you
should move to SQL Server and Access Data Projects
 

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