How come when I entered:
="today is "&TODAY()
in a cell I get "today is 39307"? I changed the cell format to Date and some other types but it still doesn't work? How do I get it to show "today is 8/13/2007"?
Data in table “tblEmployees”:
EmpName GroupNum
Jon Group1
Sam Group2
Tom Group1
Bob Group1
Hal Group2
Dan Group3
Cal Group2
With sample table above, can I write a query in Access that lists the...