I'm trying to implement Allen Browne's advice from http://allenbrowne.com/casu-08.html.
Unfortunately, I'm getting this error:
Run-time error '438':
Object doesn't support this property or method
associated with:
strWhere = strField & " Between " & Format(Me.txtSt artDate,
conDateFormat) _
& " And " & Format(Me.txtEn dDate, conDateFormat)
It is an Access 2003 SP2 data project (MS SQL tables with an Access
front end).
Private email to adneykp@dshs.wa .gov preferred, since I may forget to
come back here.
Unfortunately, I'm getting this error:
Run-time error '438':
Object doesn't support this property or method
associated with:
strWhere = strField & " Between " & Format(Me.txtSt artDate,
conDateFormat) _
& " And " & Format(Me.txtEn dDate, conDateFormat)
It is an Access 2003 SP2 data project (MS SQL tables with an Access
front end).
Private email to adneykp@dshs.wa .gov preferred, since I may forget to
come back here.
Comment