Re: Parameter Query and Date calculations....
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Sat, 3 Sep 2005 10:15:35 +0800
Access is not good at determining the data types of calculated query fields,
parameters, and unbound controls. You will need to help it understand the
data type you intend, and it will then return the correct results.
Wrap the calculated date field in CVDate()
Declare any parameter in your query.
If the query refers to an unbound control on a form, set the Format property
of the control to Short Date or similar.
More details in:
Calculated fields misinterpreted
at:
http://allenbrowne.com/ser-45.html
The way Access stored the date/time data is not the problem. If you use
non-US dates, you might like to read this also:
International Date Formats in Access
at:
http://allenbrowne.com/ser-36.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Julie Wardlow" <jlwardlow@xxxxxxxxxxx> wrote in message
news:r65Se.5200$Ys5.637@xxxxxxxxxxxxxxxxxxxxxxx
> Help!
>
> I am calculating a future date using the DateAdd function in a query (the
> calculation also involves an IIf statement), and have managed to get this
> formula to produce the required result.
>
> I then want to search through the records and select those with dates (as
> caluclated above) within a user defined range, and so I am using a
> parameter
> query. However, this query returns dates outside of the range and appears
> to
> have particular problems in differentiating between years (2005 cf 2006).
> But when the dates are not calculated but worked out and entered manually
> the correct records are selected using the same criteria.
>
> Since both my criteria and the equation work correctly independantly I am
> assuming the problem is somehow related to the way Access stores dates.
> Does
> anyone know anything about this or how I could resolve the problem?
.
- Follow-Ups:
- Re: Parameter Query and Date calculations....
- From: Julie Wardlow
- Re: Parameter Query and Date calculations....
- References:
- Parameter Query and Date calculations....
- From: Julie Wardlow
- Parameter Query and Date calculations....
- Prev by Date: Re: Error trapping code
- Next by Date: Form_Dirty is not firing
- Previous by thread: Parameter Query and Date calculations....
- Next by thread: Re: Parameter Query and Date calculations....
- Index(es):
Relevant Pages
|