Enabling/Disabling Text Boxes

N

Neill M. Pinkney

Hi
I have a form (frmA), with a master/detail link to a subform (frmB). A Combo
on frmA filters the records that are displayed in frmB.

On the detail form frmB, depending on the value contained in text boxes
txt1..txt8 (i.e. if the value is > 0) , I want to programatically enable or
disable the text box - i.e. if txt1 is 0 disable it, if it is <> 0 enable it
etc.

I am attempting this on the On Current event of frmB, but I am having
trouble locating, which record in the dataset frmB is pointing to.

Any help would be much appreciated
 
Top