Sorting by dates in adp project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am still having problems sorting my forms by date in an Access Project. The
filter:
Me.Filter = "[TDate]>=" & "'" & Starting & "'" & " And [TDate]<=" & "'" &
Ending & "'"
works in some forms but not in others. [Starting] and [Ending] are unbound
textboxes set to date data type.

2. An unbound textbox with control source=Sum([Amount]) would return the sum
of the [Amount] returned by the filter. But in the adp file, I have observed
it performs differently. Is there a way to get the sum without adding so much
code?

Thanks in advance.
 
Glint said:
I am still having problems sorting my forms by date in an Access
.....

Please see prior thread with title: "How do I sort by dates in Access
project?"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top