Sorting records in form view

G

Guest

Hello, I need to be able to sort the underlying records by a variable
(TableName). I have tried simply going into the table, sorting on that
column and saving it. But, when I open up the form, the records do not
reflect the sort order I just imposed on the 'TableName' field.

'TableName' is not the first column of the table. Must it be the first
column to be able to see records in form view in that order? I need to be
able to see records ordered by this 'TableName' field to perform numerous
edit checks on my record set.

Thanks.
 
G

Granny Spitz via AccessMonster.com

Pat said:
Hello, I need to be able to sort the underlying records by a variable
(TableName). I have tried simply going into the table, sorting on that
column and saving it. But, when I open up the form, the records do not
reflect the sort order I just imposed on the 'TableName' field.

Create a query based on that table and sort on the TableName column, and use
this query as the form's record source.
 

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


Top