Input Parameter

H

Hutch

Why does an INPUT PARAMETER box show up when I try to open a form with Combo
boxes? It asked for a parameter for each combo box I created.
 
O

Ofer

One reason can be, in the SQL of the Row source of each combo there might be
a critera or a field that doesn't exist in the tables.
Try and run each SQL sepratly, to see if you get any error.
 
Top