In this video we’ll create a drop down box to search our CRM program for customers based on different database columns.
In the last video, we searched by last name only. In this video we’ll create a drop down combo box so that we can search by last name, or email address, or customer id, or anything else you want.
Then we’ll run some logic to determine what combo box item was selected, and search the database accordingly.
Add comment