Modify forms based on criteria - TechRepublic
General discussion
June 28, 2004 at 01:15 PM
pnhplus4

Modify forms based on criteria

by pnhplus4 . Updated 21 years, 2 months ago

Hi, I’m trying to figure out how to code a procedure to show a control as “visible” on select forms, based on entering a number on the current form. Specificly, I use control numbers to track equipment modifications. When the equipment needs to be revised, the same control number is used, but an “R*” is added to the end where * is the number of the revision. All previous records must be kept, each with their control numbers (04-123, 04-123R1, 04-123R2, etc) and I want to cause a normally non-visible label on all forms related to the Revised control number to show as visible. The label is simply a statement in red that states “the modification has been revised, refer to the most recent document.” When an entry is made, the code needs to look at the control number and set the label property to visible on all related numbers. I hope this isn’t too confusing, I’ve wracked my brain on this one. Thanks!

This discussion is locked

All Comments