Hello!
A quick question about dates...
In a rate_date field, I store the value '1/8/2004' as in 1st August 2004 (well... at least that's what I thought it was storing). When I write a simple select query like...
select pay_rate, rate_date from PayRates
where pay_rate = 'marking' and
rate_date = #1/8/04#; -> this doesn't work... if I put in #8/1/04# it will work. This is causing me strife in my VB code...
Is there any way I can force it to look it up as 1/8/04? (in VB)?
Thank you!
Krys
A quick question about dates...
In a rate_date field, I store the value '1/8/2004' as in 1st August 2004 (well... at least that's what I thought it was storing). When I write a simple select query like...
select pay_rate, rate_date from PayRates
where pay_rate = 'marking' and
rate_date = #1/8/04#; -> this doesn't work... if I put in #8/1/04# it will work. This is causing me strife in my VB code...
Is there any way I can force it to look it up as 1/8/04? (in VB)?
Thank you!
Krys