![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've got a sql table that is linked into access2007 (latest service packs, etc) tblHoliday holidayId pk branch text holidayDate date/time there is a record where branch is null and holidayDate is #12/27/2010# this query works SELECT branch, holidayDate FROM tblHoliday WHERE holidayDate = #12/27/2010# this one doesn't SELECT branch FROM tblHoliday WHERE holidayDate = #12/27/2010# yet it works for earlier dates in the table does anyone have an explanation ? |
#3
| |||
| |||
|
|
this one doesn't SELECT branch FROM tblHoliday WHERE holidayDate = #12/27/2010# |
![]() |
| Thread Tools | |
| Display Modes | |
| |