benlaird24
Registered User.
- Local time
- Today, 05:56
- Joined
- Jul 2, 2004
- Messages
- 15
Hi-
I want to have a field that automatically prints the day of the week based off a date inputted in another field.
This is my expression in the default value window.
=WeekdayName(Weekday(#10/10/2004#),False)
1) Instead of the date that is in there, i want it to use the date from my other field, 'Date of Event' . How do I do that?
2) When I just use the above statement, it works, but only with newly created records. I already have 100 records in my table. How do I have the date figured out for my preexisting records?
Thanks a lot. Any help is appreciated.
I want to have a field that automatically prints the day of the week based off a date inputted in another field.
This is my expression in the default value window.
=WeekdayName(Weekday(#10/10/2004#),False)
1) Instead of the date that is in there, i want it to use the date from my other field, 'Date of Event' . How do I do that?
2) When I just use the above statement, it works, but only with newly created records. I already have 100 records in my table. How do I have the date figured out for my preexisting records?
Thanks a lot. Any help is appreciated.