Hi again, sorry for those who have noticed my many recent posts but I so close to completion now!
If I have two textboxes (CustomerName), (CustomerContact), is it possible to run ONE query against the tblCustomers which will fill in both of them boxes?
I don't want the textboxes to be bound or anything like that, just stand-alone boxes.
Or do I need to run two separate select queries?
Thanks
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express
If I have two textboxes (CustomerName), (CustomerContact), is it possible to run ONE query against the tblCustomers which will fill in both of them boxes?
I don't want the textboxes to be bound or anything like that, just stand-alone boxes.
Or do I need to run two separate select queries?
Thanks
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express