Jake,
I think I understand, you have a select query that returns values to a
bound form or some other form of recordset, and you want to be able to change
the values that are returned by that query in your form? Is that correct?
If so, I would defer
If so, why aren't you using linked tables?
You can create links to the SQL Server tables and just use the linked table
in your bound forms. You could also use unbound forms, and with very little
effort write a query that issues an UPDATE command to the backend database
when you change records (after checking to determine which fields have
changed).
--
HTH
Dale
Don''t forget to rate the post if it was helpful!
email address is invalid
Please reply to newsgroup only.