related combo boxes on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a following parent child relation in my db

Client -> Project - > location

I want to have a combo box for client at top when user selects client, only
the projects belonging to that client should be displayed in the Project
combo box and similarly when user selects the project only locations
belonging to that project should be display in the location combo box.

How do I achieve this

Thanks,

Ashu
 
Try searching on related or concatenated combo boxes, in this and the .forms
newsgroups, at Google.com, or in Access HELP. Access HELP includes code
examples...
 
Back
Top