Drop Down Box Database Search CRM - Python Tkinter GUI Tutorial #34

Published: 24 December 2019
on channel: Codemy.com
37,119
640

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.