basically, the user is presented with a GUI (perl/tk) each entry box widget is assigned to a variable in which whatever text is typed into the box is assigned to a specific variable just for that box. The SQL query needs to be built off of that each timet the user does a query with the GUI. I am brand new to SQL and I have something that "kinda" works right now, just can't get it to return ONLY what I query, it returns what I query, plus whatever else it feels like returning (which is usually the entire database thus crashing the app)
I will keep working on it, thanks for your replies Kirsle and Steve