Hello All,
I have a form with a sub-form. It has a one to many relationship based on a case #. In the sub-form I have an Option Group with 7 options that distinguish the item type. Depending the the item type I need other information that is gathered in other fields in the sub-form. Based on the selection in the Option Group, I want some fields visible and others not. Some fields need to be visible all the time, others only visible part of the time.
Basically, if option 1 is selected, I want fields A, B, C, D, H, I, L, O, and Z visible. If option 2 is selected, I want fields A, B, C, E, F, P, and Y visible. If option 3 is selected...
I currently have no code written for this issue. I have all fields visible all the time and merely fill in the fields needed for the selected option. This method is no problem for me, but my co-workers have seen me working on this project and would also like to use the data base, so I have to make it a little more use friendly so the appropriate data is entered.
Thanks in advance...