Update Table from Queries

M

Mike

Hi,
Have two Tables that related via an ID #, I have created a
query that displays just the fields that pertain to make
contact with clients. Once contact is made I want to be
able to update a field verifying confirmation with the
client. However when I attempt to update I get this
message "This Recordset is not updateable". I have
verified under proberties that the field can be edited.
Please help

Thank you

Mike
 
F

Frank Stone

hi,
I think your problem is in the recordset, not your field.
some recordset types are updatable and some are not. since
you gave no info on the recordset, i can only guess.
Look up record sets in help.
sorry i could not help more'
regards
Frank.
 
Top