I've created a lookup table as follows:
Table: courierdatabase
Fields: town, postcode, etc...
Table: journey
Fields: starttown, startpostcode, etc...
Link Criteria: journey, town --- linked to courierdatabase, starttown
I've checked values: allow to add new values on the fly & Lookup Wizard as Edit box with AJAX popup
When project executed, the user selects from a previously populated town or enters a new town via the Add new link.
This is what i need to do:
1] need to change the Add new wording
2] When adding a new town, i need to make the town value uppercase before saving to table
Thanks in advance
Lisa