I have a button that runs an append query, my concern is that I only want to run the query a maximum of one time per record, each time a new record is input I would like the query to append so that a value can be added to my 2 tables. In order to do this I decided to start the button as
Enabled: No
What I would like to do is have the button only enabled after there has been changes to the text box that contains the field that will be added to both tables.
In the properties of that text box I have attempted to create the event
On Lost Focus: = cmdappend.Enabled
(which was the syntax provided when i clicked the '...' and used Expression Builder. This does not work, I was wondering if there was a problem with syntax or if this is possible.
Thanks.
ConfusedA
Enabled: No
What I would like to do is have the button only enabled after there has been changes to the text box that contains the field that will be added to both tables.
In the properties of that text box I have attempted to create the event
On Lost Focus: = cmdappend.Enabled
(which was the syntax provided when i clicked the '...' and used Expression Builder. This does not work, I was wondering if there was a problem with syntax or if this is possible.
Thanks.
ConfusedA