Gasman
Enthusiastic Amateur
- Local time
- Today, 16:52
- Joined
- Sep 21, 2011
- Messages
- 17,057
Hi all,
I had a query about some data in a database of mine, that records employee hours.
I used a computer in the directors office to open up the DB and check the data.
Data was fine, in respect of the query was resolved, however I noticed that in a form, the Day name did not reflect the correct name for the Date.
Pic in question is SRVPC-PIC.
My computer shows pic My-PIC.
DB is split FE & BE with individual FE.
Value comes from the query supporting the form and is evaluated as
DayName: nz(WeekdayName(Weekday([tblEmployeeDay].[DayDate],2),True),"")
Both computers are on Win10.
Can anyone please think of why this has occurred?
I must say I am relieved that this is the problem, as at first I thought I had made a huge error that I had not noticed up until now.
TIA
I had a query about some data in a database of mine, that records employee hours.
I used a computer in the directors office to open up the DB and check the data.
Data was fine, in respect of the query was resolved, however I noticed that in a form, the Day name did not reflect the correct name for the Date.
Pic in question is SRVPC-PIC.
My computer shows pic My-PIC.
DB is split FE & BE with individual FE.
Value comes from the query supporting the form and is evaluated as
DayName: nz(WeekdayName(Weekday([tblEmployeeDay].[DayDate],2),True),"")
Both computers are on Win10.
Can anyone please think of why this has occurred?
I must say I am relieved that this is the problem, as at first I thought I had made a huge error that I had not noticed up until now.

TIA