Main Form and Subform

R

Robert

Hi,

We are creating a database with that shows the properties we owe and the
history of leasee

We would like to implement it with Form and Subform structure. However, the
end user wants to show the leasee in descending order (Shows the current
leasee first and the oldest one last). Does the easiest way is to sort by
the lease date in the data entry form ?

Thanks
 
V

Van T. Dinh

Use a Query / SQL String as the RecordSource for the Subform and in the
Query / SQL String, specify the sort order you need, e.g. LeaseDate DESC
(for descending).

HTH
Van T. Dinh
MVP (Access)
 
R

Robert

Thank you for your advice.

Van T. Dinh said:
Use a Query / SQL String as the RecordSource for the Subform and in the
Query / SQL String, specify the sort order you need, e.g. LeaseDate DESC
(for descending).

HTH
Van T. Dinh
MVP (Access)
 

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

Top