Guest_imported
New member
- Jan 1, 1970
- 0
I have two tables in a database. One has the following fields: city and country. The other has : country and currency. The object of this program is that when the user presses a button an input box asks for the city and when you type it in, the city and country are displayed in their text fields. The second part of the project is when you push the show currency button, the currency used in the displayed country should be displayed in the currency textbox. I have to do this using SQL. I've got the first part of searching for a city, but I can't figure out how to make the currency of that city and country display since it's in another table. Could someone please tell me how I can do this using SQL? Thanks