Hello to All,
I have a number of continuous forms. Each form has 10 fields on it. These fields contain the basic data about each member of a club. The forms are sorted by name most of the time. Now I wish to give the capability to sort on some of the other fields by clicking on the column label at the top of the form. This can be done by making the label a toggle switch. No problem, but the recordsource of the continuous form is used later to display detail data about a member on a single form. Hence the need to modify the recordsource and underlying query. What is the best and easiest way to solve this problem?
I have a number of continuous forms. Each form has 10 fields on it. These fields contain the basic data about each member of a club. The forms are sorted by name most of the time. Now I wish to give the capability to sort on some of the other fields by clicking on the column label at the top of the form. This can be done by making the label a toggle switch. No problem, but the recordsource of the continuous form is used later to display detail data about a member on a single form. Hence the need to modify the recordsource and underlying query. What is the best and easiest way to solve this problem?