Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sorting in form 1

Status
Not open for further replies.

scra

Technical User
Dec 7, 2001
55
0
0
US
I have a subform that needs to be sorted by review date (review_dt) in descending order when the form is opened. What and where do you insert a code?
 
Simply use a sorted query as the RecordSource of your subform.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Thanks. Sorry, I left one thing out. The form is updatable to populate a table. The clinicians use it to enter in the form the clinical information. They would like to see the most current review date when the form pops-up.
 
Again, use a query (instead of the table) as the RecordSource.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Thank you! I've implemented the sort query in the record source.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top