If I need to edit data in a table via VBA code, do I have to operate on the data through the form object or can I do it directly to a table.
I've tried it for data on a form, but it doesn't seem to work when I tried it directly on the table that a form was based on.
The reason I ask is because I don't want to have to create a form for every table I want to edit with VBA code.
Any takers???????
I've tried it for data on a form, but it doesn't seem to work when I tried it directly on the table that a form was based on.
The reason I ask is because I don't want to have to create a form for every table I want to edit with VBA code.
Any takers???????