G
Guest
I have a form with controls (mainly text boxes) that are bound to a query.
Is it possible to allow a user to change the data in one or more controls
but for the action to trigger an event procedure rather than updating the
underlying table? To be clear, I want to allow the change to be made in the
control but stop it updating the underlying table.
The only way I can see is to make the control 'unbound' but then I can't
display the records extracted by the query.
Is it possible to allow a user to change the data in one or more controls
but for the action to trigger an event procedure rather than updating the
underlying table? To be clear, I want to allow the change to be made in the
control but stop it updating the underlying table.
The only way I can see is to make the control 'unbound' but then I can't
display the records extracted by the query.