J
Jeremy
I need to create a search page that queries multiple columns in a database table.
I'm new to SQL and FP2003 and am not sure about the creating the custom search strings. Here's what I am working with.
Table: General_Work
Columns: WorkID, EmployeeName, JobClass
I'd like to make it so that a user could input whatever text they would like into the textbox on the search page. That in turn would query the entire table General_Work and return whatever had that keyword in it. Is this possible? Does anyone have any suggestions? Let me know. Thanks!
I'm new to SQL and FP2003 and am not sure about the creating the custom search strings. Here's what I am working with.
Table: General_Work
Columns: WorkID, EmployeeName, JobClass
I'd like to make it so that a user could input whatever text they would like into the textbox on the search page. That in turn would query the entire table General_Work and return whatever had that keyword in it. Is this possible? Does anyone have any suggestions? Let me know. Thanks!