Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT *
FROM T_Phones INNER JOIN T_Collection_Records ON T_Phones.Account_Num = T_Collection_Records.Account_Num
WHERE T_Phones.Phone=[enter home phone]
pfunk said:[blue] ... getting a compile error "user-defined type not defined".[/blue]