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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DSUM - Proper Use of Quotes

Status
Not open for further replies.

ottograham

Technical User
Mar 30, 2001
109
US
I'm trying to do a DSUM using a text box value for the criterion, but I am obviously not coding it correctly.

DSUM("[EqtValue]","EqtTable","[Account]="& [Account] &")

I know I'm leaving some quotes out - how is it done?

Thanks
 
Actually, I think your quote at the end is extraneous. Try getting rid of it and see if it flies. Kyle ::)
 
Like Kyle said:

DSUM("[EqtValue]","EqtTable","[Account]="& [Account])
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top