Sub Form Data Order

G

Guest

I have a sub form that has rows of data and I need it sorted in [Status Date]
order.

I have put the following statement into the sub form "FORM" proterties
against "Record Source", however while it returns the data it's sorted as per
the table.

SELECT * FROM [SIP Status] ORDER BY [SIP Status].[Status Date] DESC;

any ideas?
 
G

Guest

Tried - didn't work.

Barry Gilbert said:
Try using the form's OrderBy property on the data tab.

Barry

Paul Dennis said:
I have a sub form that has rows of data and I need it sorted in [Status Date]
order.

I have put the following statement into the sub form "FORM" proterties
against "Record Source", however while it returns the data it's sorted as per
the table.

SELECT * FROM [SIP Status] ORDER BY [SIP Status].[Status Date] DESC;

any ideas?
 

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

Similar Threads

Sort rows in a sub-form 4
SQL not working 7
Access Form Refresh 1
Count number of rcd on continuous form. 3
SQL not working 1
Access Sub form opens before the main form in MS Access 0
a "popup" form 7
Using Option group to sort 4

Top