G
Guest
I am creating an equipment inventory database. As part of the info that i
need to track, I have 3 types of lease agreements for printer devices. I
would like to create my new record data entry form so that the based on the
lease type selected by the user, only the appropriate finance field are
available. The method I have been trying to make work, is to create an Option
Group with the three lease types as the selectable options. I then attempt to
call an OnExit event that gets the value from the control source of the
option group (LeaseType Field) and based on the value, call the appropriate
pop-up form. Programming is a definate weakness for me and i think it's the
"if Then" statements that are tripping me up. any advice, or better method?
Thanks
need to track, I have 3 types of lease agreements for printer devices. I
would like to create my new record data entry form so that the based on the
lease type selected by the user, only the appropriate finance field are
available. The method I have been trying to make work, is to create an Option
Group with the three lease types as the selectable options. I then attempt to
call an OnExit event that gets the value from the control source of the
option group (LeaseType Field) and based on the value, call the appropriate
pop-up form. Programming is a definate weakness for me and i think it's the
"if Then" statements that are tripping me up. any advice, or better method?
Thanks