I've been working on a little script that pulls information out of 2 different databases based on one search string and then displays certain fields. I had the program working perfect, then wanted to put a TK interface onto it. It works okay with a command line interface, but I want to let the user search from inside the program. The problem is, once the program reaches the end there is MainLoop() which creates all of the TK fields and tables and everything. When the user inputs a search string, I want it to recreate these but I can't figure out how. Is there any way to force TK to recreate all of its fields?
Kevin