Street Lookup from existing database

Hi All,

I was just wondering if there is a way to lookup street name from existing database.

Let me explain, I have an existing John Smith Customer with address 12 Highway Street that already exists in my database.

If I get a new Customer that lives in Highway Street, is there a way to lookup street from existing database?

Regards

if nothing else you could export customers to csv and do old-school basic address lookup method.
Sure its on forum back from v4.

JTRTech,

Yes that would be fine but I can’t find it anywhere, would you have a link?

Regards,
Michael

It was a v3 topic. Think same method still works.
Failing that something more elaborate using script and ask questions/propts may be posible.

Thanks, but do you have any information on how to do it?

https://sambapos.org/en/content/how-integrate-sambapos-post-code-databases

Thanks again for your help. But I think this might be a little different from what i’m looking for.

See, what I want to do is As soon as you type in the first 2 or 3 letters of the street name I would like the system to populate a drop down menu of all the streets that include these 2 or 3 letters.

Is that possible?

Regards,
Michael

Not as a ‘live search’.
You could probably do a search type setup using scripts and ?prompt drop down, but not using the entity screen create method.