stuart_adair
Registered User.
- Local time
- Today, 14:12
- Joined
- Jan 13, 2009
- Messages
- 57
Hello all,
I have a field called "date raised" in a database.
When a particular form opens I want a field called month to be set to the month number of the date raised field.
I've gone into the form properties box, On Load, event procedure and entered this...
Month = Month ([date raised])
But this gives me a compile error
Help please !!!
Stu
I have a field called "date raised" in a database.
When a particular form opens I want a field called month to be set to the month number of the date raised field.
I've gone into the form properties box, On Load, event procedure and entered this...
Month = Month ([date raised])
But this gives me a compile error
Help please !!!
Stu