I am having a problem with the order of records when I add a new record.
I have two fields, House Number and Road Name. I want the records to appear in road name and then in house number order starting with 1 and working upwards. I have about 50 different roads in my database.
I have set the order of records to Road in ASP Runner on the List Page but when I add a new record it appears at the bottom of that road's numbering range.
e.g I have records of 1, 2, 4, 5, 6 Smith Road and when I add a new record for number 3 Smith Road the order appears as 1,2,4,5,6,3 Smith Road.
Any idea how I can get these records to appear in order i.e. Sort by road then sort by number
Thanks
TheCapt