Using Access 2000. I need to group the address by suburb then by street name in my report.
Two major problems here:
1. Unit number has the word "Unit" before number
2. Semi detach house has "a" or "b" after number
Examples of the addresses as below. Address 1 means the first line/field for users to key address in line one, Address 2 means second line/field two for users to key address, normally village, park or street name
eg.1, Normal addaress:
Address 1: 54
Address 2: Cale Street
Suburb: Como
eg 2, the address of semi-d house:
Address 1: 10a
Address 2: Britan Street
Suburb: Como
eg 3, the address of apartment or unit:
Address 1: Unit 5, 72 Gordon Way
Address 2: Bentley Park
Suburb: Bentley
eg 4, the address that has park or village:
Address 1: 20 Graham Crescent
Address 2: Bentley Park
Suburb: Bentley
I have problem sorting them when they are not the normal address type. I created two combo box in my form to filter the suburb and street name and my report display all the address 1 and address 2 under specific Suburb.
What should I do to sort report by street names by "ignoring" the numbers in front for the address temporary, but at the same time, still showing the full address on report?
Two major problems here:
1. Unit number has the word "Unit" before number
2. Semi detach house has "a" or "b" after number
Examples of the addresses as below. Address 1 means the first line/field for users to key address in line one, Address 2 means second line/field two for users to key address, normally village, park or street name
eg.1, Normal addaress:
Address 1: 54
Address 2: Cale Street
Suburb: Como
eg 2, the address of semi-d house:
Address 1: 10a
Address 2: Britan Street
Suburb: Como
eg 3, the address of apartment or unit:
Address 1: Unit 5, 72 Gordon Way
Address 2: Bentley Park
Suburb: Bentley
eg 4, the address that has park or village:
Address 1: 20 Graham Crescent
Address 2: Bentley Park
Suburb: Bentley
I have problem sorting them when they are not the normal address type. I created two combo box in my form to filter the suburb and street name and my report display all the address 1 and address 2 under specific Suburb.
What should I do to sort report by street names by "ignoring" the numbers in front for the address temporary, but at the same time, still showing the full address on report?
Comment