How do i create a db lookup that will seperate and store a varible based upon common factors that can be called upon later?
i.e.
My entries are office locations the common factor for each will be which region it is in.
When pulling the Location it needs to create 3 Regions (EMEA, APAC & AMERICA) and place the Locations into the relevant Region.
Essentially I (as the programmer) am interested in the Regions, but the user is interested in the Location.
The list of locations are populated in a drop-down box that is refferencing and Access DB.
I hope this makes sense?
I'm writing in aspx using visual studio 2008.
i.e.
My entries are office locations the common factor for each will be which region it is in.
When pulling the Location it needs to create 3 Regions (EMEA, APAC & AMERICA) and place the Locations into the relevant Region.
Essentially I (as the programmer) am interested in the Regions, but the user is interested in the Location.
The list of locations are populated in a drop-down box that is refferencing and Access DB.
I hope this makes sense?
I'm writing in aspx using visual studio 2008.