Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

recordset not updateable

Status
Not open for further replies.

karassik

Technical User
Mar 27, 2002
51
US
I have two table which are linked via JOBID, then I have a query that pull different fields from the two tables.

The results of the query when edited gives me an error stating "Recordset not Updateable". Both tables are autonumbered, they are linked via "indeterminate", but I would think it to be a one to many.

Any thoughts?
 
Hiya,

Do you have a count within the query?

Look at the help for this error message, it gives you reasons for the error and will tell you about specific things that you can't do with a query (especially regarding relationships between tables).

Regard,

Darrylle "Never argue with an idiot, he'll bring you down to his level - then beat you with experience."
 
I figured it out...simple relationship issue of try in to combine a one to many with the one.

Thanks,

Nishan

Usually I end up getting help here or figure it out eventually.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top