I think this *must* be easy...
I have a detail section that in design view has a couple of controls:
txtFoo cmdFoo
I want to gray out the command button on the line in the detail section whose text box is being edited. Of course, when I say "cmdFoo.Enabled = False", all of the command buttons in the detail section gray out. How can I find out which record is actually being edited and gray out only that one cmd button?
Thanks!
Michael
I have a detail section that in design view has a couple of controls:
txtFoo cmdFoo
I want to gray out the command button on the line in the detail section whose text box is being edited. Of course, when I say "cmdFoo.Enabled = False", all of the command buttons in the detail section gray out. How can I find out which record is actually being edited and gray out only that one cmd button?
Thanks!
Michael