field needs to be in order...

  • Thread starter Thread starter stephendeloach via AccessMonster.com
  • Start date Start date
S

stephendeloach via AccessMonster.com

when i open my form it has a subform. in the subform there is a Vendor field.
how can i make it to when i open the form the Vendor field is already in abc
order. Every time i open it i have to click the A-Z button... Thanks
 
when i open my form it has a subform. in the subform there is a Vendor field.
how can i make it to when i open the form the Vendor field is already in abc
order. Every time i open it i have to click the A-Z button... Thanks

Open the form you're using as a subform in design view, and View its
Properties. The first property on the Data tab is the Recordsource - I'm
guessing it's now just the name of a table.

Click the ... icon by it, and accept Access' offer to change it to a Query.
Add all the fields from the table to the query grid, and use the Sort line to
sort the records as desired. Close the query window and accept Access' offer
to change the recordsource.


John W. Vinson [MVP]
 
Depends on the source, is it a query or table. If it is a query add the
sort to the query.
 

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