Can't enter data?

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Can you edit the query when you open it standalone? Some queries are not
updateable.
 
Hi Susan No I can't there's no automatic new line to enter data. Why is this?
Tony
 
As I said, some queries are not updatable. What the SQL behind the query?
 
THANK you Doug - I couldn't find this and thought I had it bookmarked!
;-D
 
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
 
more technically; Access MDB queries randomly crap out.. because MDB is too
flakey for real world usage
 
if you want a reliable database that doesn't randomly crap out-- then you
should move to SQL Server and Access Data Projects
 
more importantly

DO NOT USE A DATABASE THAT RANDOMLY CRAPS OUT

move to SQL Server
 

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

Back
Top