P
Peter
Hi again...i am trying to solve the following problem...
Private Sub Type_AfterUpdate()
If Me.SomeOtherControl.Visible = True
"SomeOtherControl" does not have the "required" status and i dont want it to
have it in the table..how do i make it "required" with code in this case...
i.e words..when the textbox becomes visible..you have to populate it...
does it makes sence...?
Cheers!
Private Sub Type_AfterUpdate()
If Me.SomeOtherControl.Visible = True
"SomeOtherControl" does not have the "required" status and i dont want it to
have it in the table..how do i make it "required" with code in this case...
i.e words..when the textbox becomes visible..you have to populate it...
does it makes sence...?
Cheers!