Hi,
I need to setup "multiple" Office Locations on a Form.
Each Office location will have a standard set of location data fields:
Name of Branch, Address, City, Country, Region, Postal Code.
For Country and Region, I want to use the "built-in" field types (Country and Region) with existing Lists data (Host >> Lists)
It is working fine for the "1st Location".
For the 2nd and subsequent locations, I am not able to setup and "independent" set of Country and Region pair.
Is it possible to have a feature that allows a user to enter Office Locations from different parts of the world (different countries and associated Regions)?
Question 2: Can we have more generalized field types like "Parent List" (in place of Country) and "Child List" (in place of Region)?
Question 3: When setting up custom lists (Host >> Lists), I selected "enable sort order" and added "-please select-" as the 1st entry. But on the Form, when I pull that list data in a Drop Down list using SQL options, the "-please select-" item is showing up in the middle (next to other items starting with a "p") rather than being at the top based on hyphen "-") If I need "parent-child" dependent list functionality, I am forced to use SQL to have the "EntryID" as the value. When it is stored in the database, it is storing this numeric value rather than the "Text". Any suggestions on implementing parent-child dependent lists like Auto Make and Auto Model
Auto Makes: Honda, Toyota, Ford
Auto Models:
Honda>>Civic, Accord, Odyssey
Toyota>>Corolla, Camry, Sienna
Ford>>Focus, Taurus, Fusion
The Saved Form Data should have names like Honda, Toyota, and Ford instead of their values or List EntryIDs sucha s 100, 101, 102, etc. |