Access Helppp!!!!!!!

Tauri

Registered User.
Local time
Today, 12:55
Joined
May 3, 2007
Messages
17
I have a question about Microsoft Access. I have 2 optiongroups, one of them has a combobox (type) with various opcodes. I want that when I choose one of these opcodes, the associated characteristics appear the other optiongroup. 2a optiongroup has a textbox for comments.

I have included an attachment to help you better understand my question.

Thank you.
 

Attachments

Look into cascading as that is exactly what you are looking to do. It will have to use a slight bit of code, but its not impossible. You need to use the after select or after update as the trigger on the first group and then populate the second group based off of the selection in the first group. In order to aviod errors, you may want the initial state of the second option group set to inactive, and then activate it once the trigger event happens.
 

Users who are viewing this thread

Back
Top Bottom