Conditional enable on a continuous form

  • Thread starter Thread starter Janie
  • Start date Start date
J

Janie

from what I am reading in the current posts, this may not be an option. It's
the old dreaded applying conditons to subforms which are continuous forms.

Objective: if X value is in TextBox_A then TextBox_B is enabled.
If Y value is in TextBox_A then TextBox_B is disabled.

Applying this to OnCurrent event of the subform makes all TextBox_B's behave
the same way. And applying this to the AfterUpdate event of TextBox_A also
applies this to all occurences of TextBox_B.

I am working in A97.

recommendations?
 
Not possible in A97. With A2K or later you can use Conditional Formatting to
achieve your desired UI.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top