using ebabled and locked on controls

R

Roy Goldhammer

Hello there

I have master form and subform which is continues form.

On each subform there are two buttons that appear on each record.
According to the data on the form and acccording the entering data to the
form the buttons should be enabeld or not.

Is there a way to do that for each record?
 
M

Marshall Barton

Roy said:
I have master form and subform which is continues form.

On each subform there are two buttons that appear on each record.
According to the data on the form and acccording the entering data to the
form the buttons should be enabeld or not.

Is there a way to do that for each record?


Not that I ever heard of.

If you can live with the differences, you could try using a
text box instead of a command button so Conditional
Formatting (Format menu) can enable/disable it.
 
Top