I have a form that is populated by a query. Once this data is retrieved, I'd like to be able to make changes in order to update the record on the table.
Can this be done?
Of course, if the form you're using is bound all changes will be saved in the table
as soon as you close the form, or go to a different or new record.
Just go to the record you need, change data in the fields, and that's it.
I really don't know. I guess I should ask: What would prevent data on a form from being changed? If I move my cursor into a box with data, I can't do anything.
I found the problem. If it was a snake, it would have bit me!
I was using a macro to open the form. Within the macro I was opening the form in read-only mode. I changed this to Edit. Now its working!