I have a field (Marital Status), who's data type is an entered lookup table (Married, Single, Widowed, Divorced, Seperated). The user would prefer not change the look of the current (Paper, 3 part, with carbon (remember that stuff) form which uses check boxes for these entries. Most of the time this report will be call for a single individual, however once a year it will be called for a number of people at once. I'd like to just check the checkbox that coresponds to the combobox item selected.
I was thinking of using a VBA Event Procedure attached to the 'On Load' event to accomplish this. Will this work? Is there another method that would be more effecient?
TIA