Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select Query Date Problem

Status
Not open for further replies.

kennedymr2

Programmer
Joined
May 23, 2001
Messages
594
Location
AU
I have a select query which has a field MatrixDate (medium Date....eg 11/11/2008
On my form i have a textbox ProcessDate (mediumDate)

In the query criteria in the MatrixDate Column i have
[forms]![Form1]![processdate]

If i run the query without form1 loaded and enter 11/11/2008
it works fine.

But if i have Form1 loaded with 11/11/2008 in a textbox formatted as a mediaum date... it returns no records.

????do i have to put a # or something in the criteria to get it to work ???

Appreciate any help

Regards Kennedymr2
 
Sorry.... i have done a bit more testing, it seems to work.... please ignore this question.. i had a typing error in the program...

Regards Kennedymr2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top