Cascading combo boxes

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hello All,

I have a sample database attached to this post; It
contains cascading combo boxes. The problem that I'm
having is that the first combo box is showing number
instead of characters, which cause a data mismatch in the
second combo box. Also I want to make sure that the syntax
is correct for all six combo boxes. Please help.
 
Bill,

For the problem in the first combobox, look at the bound column property and the
row source property. It sounds like the first column in the your row source is
the primary key (*ID) and the bound column is set to 1. In this scenario, the
combobox has the value of the *ID field.
 
Back
Top