I use 2 tables in my database, table 1 for leads/prospects and table 2 for existing customers - table 1 will be updated on a daily basis by adding leads/prospects - table 2 will be updated on a monthly basis by importing the data from our main system.
My question - how do i display in my form that table 2 is existing customers? Must i add a field in table 2 for this purpose, say "existing_customer = y" or what other options are available? The information of table 2 must be visible on the form for other purposes. Thanks
My question - how do i display in my form that table 2 is existing customers? Must i add a field in table 2 for this purpose, say "existing_customer = y" or what other options are available? The information of table 2 must be visible on the form for other purposes. Thanks