Disabling controls in detail section

J

Jon

Hello all,

I have a simple Access 2003 for that consists of a Form Header and a
detail section. In the detail section I have a few text boxes and a
button. When the form runs, depending on how many records there are
there are numerous buttons.

I'd like to know if it's possible to disable the buttuns individually?
For example, if I have 10 rows, disable buttons in rows 1, 4 & 9.

Any help / ideas would be great.

Regards,

JY
 
J

John W. Vinson

Hello all,

I have a simple Access 2003 for that consists of a Form Header and a
detail section. In the detail section I have a few text boxes and a
button. When the form runs, depending on how many records there are
there are numerous buttons.

I'd like to know if it's possible to disable the buttuns individually?
For example, if I have 10 rows, disable buttons in rows 1, 4 & 9.

Any help / ideas would be great.

Regards,

JY

Forms are secondary. Tables are the basis! What are your tables and how do
they relate to your form? Are you assuming that tables have "row numbers"
(they don't) or are you assuming that you can have button controls stored in a
table (you can't)? More context please!
 
Top