parameter collector form for query shows #Name? error

  • Thread starter Thread starter sadat
  • Start date Start date
S

sadat

Hello every body,

I have a table that has three column: Share Date, Company Name and Price.
Using this table I made a query that will fetch the share price of the
companies within a specified date range.

As running this query is tough for some people, I made a form which will act
as a parameter collector. This form has two text box (Start date and end
date) to collect date range and two buttons: Ok and Cancel.

The problem is in the form every thing runs ok but in the start and end date
text box (which I created to collect the date range) shows #Name? error.
Please help me with this error.

Thanking you in advance,
Sadat
 
Do you have an expression for the Control Source for those two text boxes?
The Control Source for both must be empty.
 
Back
Top