G
Guest
I have a form with several columns. Each column has a button the user clicks
to sort the form. I have the orderby for each column, this works great.
However; I have two columns that reference another field's column number.
Example:
Column A has [Project]
Column B has [Project].[column](1)
Column C has [Project].[column](2)
How can I sort on column B or C with code.
The information for columns B and C are not really stored in the form. They
are located in the RowSource for Column A.
Please help, I am at a loss on this one.
to sort the form. I have the orderby for each column, this works great.
However; I have two columns that reference another field's column number.
Example:
Column A has [Project]
Column B has [Project].[column](1)
Column C has [Project].[column](2)
How can I sort on column B or C with code.
The information for columns B and C are not really stored in the form. They
are located in the RowSource for Column A.
Please help, I am at a loss on this one.