Nelson Bile
Registered User.
- Local time
- Today, 10:33
- Joined
- Apr 30, 2003
- Messages
- 12
I am confuse with selecting date
I have a Form that have two Text to select date:
Text 100 and Text103
I have a query that have a field:
Date1: Month([ItemU].[Date]) & /" & Year(([ItemU].[Date])
with Criteria:
Betwee [Form]![UnitUsed].[Text100].[Value] And [Form]![UnitUsed].[Text103].[Value]
If a selete for Text100 01/2003 and for Text1003 05/2003
the I get correct data but with year 2002.
What I have to do to avoid other years be selected ? I whant only what is between Text100 and Text1003
regards,
Nelson
I have a Form that have two Text to select date:
Text 100 and Text103
I have a query that have a field:
Date1: Month([ItemU].[Date]) & /" & Year(([ItemU].[Date])
with Criteria:
Betwee [Form]![UnitUsed].[Text100].[Value] And [Form]![UnitUsed].[Text103].[Value]
If a selete for Text100 01/2003 and for Text1003 05/2003
the I get correct data but with year 2002.
What I have to do to avoid other years be selected ? I whant only what is between Text100 and Text1003
regards,
Nelson