MS Access: two linked combo boxes on a form -


beginner ms access question.

i have 3 linked dimensions (say color, type, , size of animal) linked fact table.

i create form these 3 dimension choices in combo boxes, when select 1 new record, other 2 combo boxes refresh available values.

for instance, if select dog type, color show (white, black, orange) not green, if select size small, type not include whale, etc.

i know can in vba ideally avoid writing code this.

also, if there better alternative similar behavior please let me know.

this referred known cascading combo boxes, have read here 1 technique http://www.baldyweb.com/cascadingcombo.htm


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -