Hello all,
I have created two combo boxes that you can enter in a city and a zip code in to. Now i have set them up so that they pull from a list on a table but if the city name or zip code number is not in the list you can add them to the list.
The problem I am having is when it prompts you to add the city name or zip code to the list it is asking you one at a time. So for example if you type in a new city it will stop and ask you if you want to add this to the list and the same with the zip code. Because of this when I go the back end and look at the table it is spacing them out when it saves them.
*brackets and words inside are to symbolize the column name
So instead of the row reading [City] New York [ZipCode] 11111
Its like this [City] New York [ZipCode] blank(row one)
then..........[City] blank [ZipCode] 11111 (row two)
any idea how to keep them together so when you save the new information the city and zip stay together in the same row?
I have created two combo boxes that you can enter in a city and a zip code in to. Now i have set them up so that they pull from a list on a table but if the city name or zip code number is not in the list you can add them to the list.
The problem I am having is when it prompts you to add the city name or zip code to the list it is asking you one at a time. So for example if you type in a new city it will stop and ask you if you want to add this to the list and the same with the zip code. Because of this when I go the back end and look at the table it is spacing them out when it saves them.
*brackets and words inside are to symbolize the column name
So instead of the row reading [City] New York [ZipCode] 11111
Its like this [City] New York [ZipCode] blank(row one)
then..........[City] blank [ZipCode] 11111 (row two)
any idea how to keep them together so when you save the new information the city and zip stay together in the same row?
Comment