abbaddon223
Registered User.
- Local time
- Yesterday, 16:23
- Joined
- Mar 13, 2010
- Messages
- 162
Hello experts - I'm hoping someone can help me please?
I'm having an issue (I think) with the VBA Date() function putting an american date in a field (even though is displays in British format)
The whole issue is;
I have a field calls Date_Today which is being updated with:
[Date_Today].value = Date()
Is see 07/06/2013
This is for the purpose of a dlookup putting a "Yes" or "No" in another field
[Weekly_Report_Send]
The lookup is
[Weekly_Report_Send].Value = DLookup("Send", "Flash Report Weekly Dates", "Weekly_Date=#" & Date_Today & "#")
The aim is that in my table "Flash Report Weekly Dates" - when todays date matches a send date, it puts a "Yes" into the [Weekly_Report_Send] control and the rest of my command actions some stuff
The issue is that the value in the [Date_Today] thinks is lookup up the 06/07/2013 date not 07/06/2013 :banghead:
Any help appreciated!!!!
I'm having an issue (I think) with the VBA Date() function putting an american date in a field (even though is displays in British format)
The whole issue is;
I have a field calls Date_Today which is being updated with:
[Date_Today].value = Date()
Is see 07/06/2013
This is for the purpose of a dlookup putting a "Yes" or "No" in another field
[Weekly_Report_Send]
The lookup is
[Weekly_Report_Send].Value = DLookup("Send", "Flash Report Weekly Dates", "Weekly_Date=#" & Date_Today & "#")
The aim is that in my table "Flash Report Weekly Dates" - when todays date matches a send date, it puts a "Yes" into the [Weekly_Report_Send] control and the rest of my command actions some stuff
The issue is that the value in the [Date_Today] thinks is lookup up the 06/07/2013 date not 07/06/2013 :banghead:
Any help appreciated!!!!