Show Oldest Record First in subForm

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi Guys

I have a subform that I want to show the oldest record first in. ie 3/10/08
before 1/1/07

I have tried using the order by section in the properties tab of the subform:
" IssueHistory.Date DESC" IssueHistory being the table and Date being the
Feild.

However this has not worked. Thanks for any help I recieve!!!!
 
Rename your fate field or make sure that you surround it with square
brackets [Date]. What specifically, doesn't work when you sort Descending?
 
Hi Arvin Myer

The Brackets did not work either. It is not sorting the records in
descending order. They are sorted ascending order

Arvin Meyer said:
Rename your fate field or make sure that you surround it with square
brackets [Date]. What specifically, doesn't work when you sort Descending?
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


Daniel said:
Hi Guys

I have a subform that I want to show the oldest record first in. ie
3/10/08
before 1/1/07

I have tried using the order by section in the properties tab of the
subform:
" IssueHistory.Date DESC" IssueHistory being the table and Date being the
Feild.

However this has not worked. Thanks for any help I recieve!!!!
 
Your requirements ("show the oldest record first in. ie 3/10/08 before
1/1/07") contradict one another. 3/10/08 is NEWER than 1/1/07, which means
you shouldn't be using DESC in your sort.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Daniel said:
Hi Arvin Myer

The Brackets did not work either. It is not sorting the records in
descending order. They are sorted ascending order

Arvin Meyer said:
Rename your fate field or make sure that you surround it with square
brackets [Date]. What specifically, doesn't work when you sort
Descending?


Daniel said:
Hi Guys

I have a subform that I want to show the oldest record first in. ie
3/10/08
before 1/1/07

I have tried using the order by section in the properties tab of the
subform:
" IssueHistory.Date DESC" IssueHistory being the table and Date being
the
Feild.

However this has not worked. Thanks for any help I recieve!!!!
 
Sorting ascending shows the oldest record first (1/1/07).
Sorting descending shows the newest record first (3/10/08)
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


Daniel said:
Hi Arvin Myer

The Brackets did not work either. It is not sorting the records in
descending order. They are sorted ascending order

Arvin Meyer said:
Rename your fate field or make sure that you surround it with square
brackets [Date]. What specifically, doesn't work when you sort
Descending?
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


Daniel said:
Hi Guys

I have a subform that I want to show the oldest record first in. ie
3/10/08
before 1/1/07

I have tried using the order by section in the properties tab of the
subform:
" IssueHistory.Date DESC" IssueHistory being the table and Date being
the
Feild.

However this has not worked. Thanks for any help I recieve!!!!
 

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