I have a form with a combo box. Once you select a record out of that combo box, there are 21 fields of information on that form that fill out with all related information to that record. However, I have 2 check boxes that I would like to auto-populate depending on the record.
Some records could be 'type A'
Some records could be 'type B'
Records cannot be both A and B
However it is possible, and most are null (neither A or B)
In the table that this form reads off of, there are two columns of information. Each record that is an A, has "A" in that specified column, and same for "B".
Hopefully this all makes sense.
Some records could be 'type A'
Some records could be 'type B'
Records cannot be both A and B
However it is possible, and most are null (neither A or B)
In the table that this form reads off of, there are two columns of information. Each record that is an A, has "A" in that specified column, and same for "B".
Hopefully this all makes sense.