I am building a database that has two fields (amongst many other)
1 - Location
2 - Reason
There are like 100 reasons, but for a certain location there are only a few. I want to lock the list displayed by reason field to show only specific reasons based on users selection of the location. This way I can avoid inconsistent entries. There will be other field on this form as well.
The association between location and reason is in a table. So one field in the table is location and other is reason.
I would really appreciate any help on getting this accomplished. I can code in VBA so codes would help too.
Thank You!
1 - Location
2 - Reason
There are like 100 reasons, but for a certain location there are only a few. I want to lock the list displayed by reason field to show only specific reasons based on users selection of the location. This way I can avoid inconsistent entries. There will be other field on this form as well.
The association between location and reason is in a table. So one field in the table is location and other is reason.
I would really appreciate any help on getting this accomplished. I can code in VBA so codes would help too.
Thank You!