Re: How to chnage the property of the command button in a Detail section -
01-07-2005
, 11:16 AM
Vin,
Since Store is only one control, it is either enabled or disabled (for
all records). You can call code or a macro in the On Current event to
enable/disable it when the user moves to each record. This will
correctly allow or prevent the user from using the button. But the
display will show the button being enabled/disabled for all records,
which isn't very clear.
Instead of a command button, you could use a control that can vary with
the data, like a text box or a command button. It would be tricky to
make these work the way you want.
Jerry |