I was wondering if there was a function in access which allows the user to type in a date, and instead of showing just the date, it shows the actual day of the week as well, in a seperate field. Is this possible?
Thanks
Adrian
Thanks
Adrian
Me.txtDayOfWeek=Format([txtMyDate],"dddd")
Well, no you don't, actually. You shouldn't be storing the Day of the week in yoiur table at all.agehoops said:Thanks Rod. Working perfectly now. I was able to use the other solutions, however i want there to be 2 seperate fields. Now that i've got 2 seperate fields, i want to be able to creat IF statements using the Day of the week field, but i want the Date itself, to be stored in the table as well.