Hello,
I am not very good at programming so here I am, at your kindness
I have a Table (tblPorpertyLists)
In the table I have 29 fields, but this thread references only to one field... (CATEGORY)
(CATEGORY) contents is limited from a Combobox that has specific CATEGORYs i.e. Apt , Condo , House , Studio, Duplex etc
For printing, I have made a report (reprtRentalGuide2New)
In the report I have made a Header(CATEGORY)
--All is good so far--(looks darn good too! - IMHO ;-)
This Header(CATEGORY) is important to the form.
When I sort for the report to print, the form wizard only allows alphabetical ascending or decending of this CATEGORY. This does work...
however...
What I need is to is, in the form, to list the CATEGORYs by MY fixed order. It is OK to hard code the Apt, Condo, etc in VB or SQL code, because the quantiy and names of the CATEGORY selections will not change except by my hand, (not the users)The users are only allowed to choose one of the selections in CATEGORY
AT this point, sorting is my problem, for instance, rather than sorting in alphabetical sequence, I would like them to sort by my defined order... i.e.
Condo
House
Studio
Apt
Duplex
etc..
How do I do have the header CATEGORY sort by my order?...
I have gotten to the "CATEGORY Header" and selected "Sorting and Grouping" but it only allows me to ascend or decend alphabetically, I don't know how to enter my own selected sort order.
Am I clear???
Might need VBE or SQL for that rather than the Combo box... I don't know.
Let me know if you have any questions.... remember I am not a programmer, but I can do some <very> minor tasks..
I am looking for the simplest and easyist way that my feeble brain can understand...
Thanks in advance.
I am not very good at programming so here I am, at your kindness
I have a Table (tblPorpertyLists)
In the table I have 29 fields, but this thread references only to one field... (CATEGORY)
(CATEGORY) contents is limited from a Combobox that has specific CATEGORYs i.e. Apt , Condo , House , Studio, Duplex etc
For printing, I have made a report (reprtRentalGuide2New)
In the report I have made a Header(CATEGORY)
--All is good so far--(looks darn good too! - IMHO ;-)
This Header(CATEGORY) is important to the form.
When I sort for the report to print, the form wizard only allows alphabetical ascending or decending of this CATEGORY. This does work...
however...
What I need is to is, in the form, to list the CATEGORYs by MY fixed order. It is OK to hard code the Apt, Condo, etc in VB or SQL code, because the quantiy and names of the CATEGORY selections will not change except by my hand, (not the users)The users are only allowed to choose one of the selections in CATEGORY
AT this point, sorting is my problem, for instance, rather than sorting in alphabetical sequence, I would like them to sort by my defined order... i.e.
Condo
House
Studio
Apt
Duplex
etc..
How do I do have the header CATEGORY sort by my order?...
I have gotten to the "CATEGORY Header" and selected "Sorting and Grouping" but it only allows me to ascend or decend alphabetically, I don't know how to enter my own selected sort order.
Am I clear???
Might need VBE or SQL for that rather than the Combo box... I don't know.
Let me know if you have any questions.... remember I am not a programmer, but I can do some <very> minor tasks..
I am looking for the simplest and easyist way that my feeble brain can understand...
Thanks in advance.