C
Chulius Caesar
Hi
I have an excel sheet which downloads data from the web on house price
etc based on the suburb input which then gets stored in a master table
The information gets stored with suburb, state and postcode in the firs
3 columns as identifiers with following house price data etc
1 ............. 2 ............ 3 ................ 4 ............
...........
Suburb ..... State ....... Postcode .......Various house dat
Basically, when I do a search on a suburb, I want it to check the maste
table to see if the combination Suburb and Postcode already exist (som
suburbs might be listed under the same postcode) and then overwrite th
data. If the combination [suburb, postcode] do not exist in the shee
anywhere, I want the data to be added to the bottom of the list
I have an excel sheet which downloads data from the web on house price
etc based on the suburb input which then gets stored in a master table
The information gets stored with suburb, state and postcode in the firs
3 columns as identifiers with following house price data etc
1 ............. 2 ............ 3 ................ 4 ............
...........
Suburb ..... State ....... Postcode .......Various house dat
Basically, when I do a search on a suburb, I want it to check the maste
table to see if the combination Suburb and Postcode already exist (som
suburbs might be listed under the same postcode) and then overwrite th
data. If the combination [suburb, postcode] do not exist in the shee
anywhere, I want the data to be added to the bottom of the list