Date range won't display

pepegot

Registered User.
Local time
Today, 15:49
Joined
Feb 20, 2006
Messages
39
I created a query with: Between [Forms]![Dummy]![StartDate:] And [Forms]![Dummy]![EndDate:] in it.

I created a Form with two text boxes named StartDate and EndDate and appropriate labels and buttons.

I then Created a Report, which prompts for dates and finds the data between the given Dates correctly.

Now the problem: When I create a text box in the report of the following form, I get ?Name? error on the Report: =[Forms]![Form Name]![StartDate] This should work?
Can you help me solve this last problem and acheive a good working program?
 
pepegot said:
I created a query with: Between [Forms]![Dummy]![StartDate:] And [Forms]![Dummy]![EndDate:] in it.

I created a Form with two text boxes named StartDate and EndDate and appropriate labels and buttons.

I then Created a Report, which prompts for dates and finds the data between the given Dates correctly.

Now the problem: When I create a text box in the report of the following form, I get ?Name? error on the Report: =[Forms]![Form Name]![StartDate] This should work?
Can you help me solve this last problem and acheive a good working program?

I suspect that the form that you are calling the date from is not open, because the calling formula is correct

>Now the problem: When I create a text box in the report of the following >form, I get ?Name? error on the Report: =[Forms]![Form Name]![StartDate] >This should work?
 

Users who are viewing this thread

Back
Top Bottom