Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Binding query in VB.Net

Status
Not open for further replies.

que4life

Programmer
Feb 15, 2005
7
US
I have a query in access that works fine, however I am having trouble binding the query results to a text box. The Sum(LoungeTotalSales) is not a member of the DataReader that I am using and not a field in the table that the query is coming from... I am not sure that this is the place to post this question but I received help from this forum to write the query so I thought I'd give it a try...If this is not the place to post this question any links to help would be appreciated...

SELECT Sum(LoungeTotalSales) AS SumOfL_Total
FROM LoungeSalesSummary
WHERE (((LoungeSalesSummary.L_Date) Between [@BegCalDate] And [@EndCalDate]));
 
VB.NET forum796

Zameer Abdulla
Jack of Visual Basic Programming, Master in Dining & Sleeping
Visit Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top