-GSS-
Member
- Joined
- Jun 23, 2007
- Messages
- 11
- Programming Experience
- Beginner
I'm making a CRM-like application for a client, and the system stores information on customers, products, etc, via a SQL Server DB.
What I am looking to implement is the ability to search for records. For example, the user types in "John" and selects customers (so only query the customer table). Then the results appear, perhaps in a datagrid, in the same window.
Does anyone know how to do this? I have searched on here and elsewhere
Thanks
What I am looking to implement is the ability to search for records. For example, the user types in "John" and selects customers (so only query the customer table). Then the results appear, perhaps in a datagrid, in the same window.
Does anyone know how to do this? I have searched on here and elsewhere
Thanks