R
Ricoy-Chicago
I checked the threads and I could not find a solution to my questions. It may
seem very stupid but I cannot work it out...
I have a columnar form based on a query that sorts the data by [Last Name],
[First Name]. No problem here.
The form has also the [Date of Contact] and
seem very stupid but I cannot work it out...
I have a columnar form based on a query that sorts the data by [Last Name],
[First Name]. No problem here.
The form has also the [Date of Contact] and
Code:
fields (among others),
the user sometimes wants to see the data sorted by: [Date of Contact], [Last
Name], [First Name] or by: [Code], [Last Name], [First Name]
I want to create a coomand button above the column titles. So if the user
clicks on the command button above [Code] the data will be sorted in the
order code, last, first.
I have tried:
Me!.OrderBy =
[TableName!].[Code],[TableName!][LastName],[TableName!].[FirstName]
But I get and error, I tried using "and" instead ofa comma but I get a
different error
Any help will be greatly appreciate it.