I want a custom dialog box with a combo box to appear when I open a form.
I have browsed the forum and tried the following solution to no avail:
Add a combo box to your form then lookup the table that your drop down list is stored in. You can then open your report based on the selection you make.
In the query you would add criteria to look to the combo box for an entry
[forms]![yourformname]![yourcomboboxname]
After doing this, when I opened the report, I get the standard dialog box, asking to enter forms!yourformname!yourcomboboxname. The custom form I created doesn't seem to be linked.
Any ideas?
I have browsed the forum and tried the following solution to no avail:
Add a combo box to your form then lookup the table that your drop down list is stored in. You can then open your report based on the selection you make.
In the query you would add criteria to look to the combo box for an entry
[forms]![yourformname]![yourcomboboxname]
After doing this, when I opened the report, I get the standard dialog box, asking to enter forms!yourformname!yourcomboboxname. The custom form I created doesn't seem to be linked.
Any ideas?