G
Glint
I am converting an Access file to Access Project (adp file). I have to change
a lot of code that I had taken for granted in Access. The problem now is that
when I am sorting a form (based on a simple query) by dates, I get
unpredictable responses; sometimes it works, sometimes it does not. For
example:
Me.Filter = "[TDate]>=" & "'" & Starting & "'" & " And [TDate]<=" & "'" &
Ending & "'"
works on some occasion and does not on other occasions.
I am new at this. can someone help me?
a lot of code that I had taken for granted in Access. The problem now is that
when I am sorting a form (based on a simple query) by dates, I get
unpredictable responses; sometimes it works, sometimes it does not. For
example:
Me.Filter = "[TDate]>=" & "'" & Starting & "'" & " And [TDate]<=" & "'" &
Ending & "'"
works on some occasion and does not on other occasions.
I am new at this. can someone help me?