Limiting data in drop down based on previous field entry

D

dericksonfl

I have created a time tracking database but need to limit the timecode
entries that employees can select based on their response to the first field
in the form.

For instance, if the response to color is red, then I only want to see
shirt, socks and shoes. if the response to color is blue, then I want to see
jeans and dress shirt.

Is there an easy way to do this?
 
R

Rick B

This is called a cascading combo box. Very very common question. Do a
search and read the previous posts.
 
Top