L
Lorenz Ingold
We have an Access 2003 project. On a form, we have some textboxes with some
kind of calculated values, namely (e.g.) "=Branche.Column(1)", where Branche
is the name of a combobox. We have our reasons for doing this; it is that we
must not have the Record source query too complicated because this gives new
problems. So we have a bit a strange workaround with invisible comboboxes
which, in "consuming" only some code columns of the main query, can keep the
main query (record source) more simple. Now we could right click on a column
(on the form) and select "sort ascending" or "sort descending", however,
this option is disabled for such calculated columns (or any calculated
column, I guess). How could this be solved?
kind of calculated values, namely (e.g.) "=Branche.Column(1)", where Branche
is the name of a combobox. We have our reasons for doing this; it is that we
must not have the Record source query too complicated because this gives new
problems. So we have a bit a strange workaround with invisible comboboxes
which, in "consuming" only some code columns of the main query, can keep the
main query (record source) more simple. Now we could right click on a column
(on the form) and select "sort ascending" or "sort descending", however,
this option is disabled for such calculated columns (or any calculated
column, I guess). How could this be solved?