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

where do i put this data string

Status
Not open for further replies.

wheels27

MIS
Aug 26, 2002
30
US
where does this data go or do i build it in expression builder.

Select FieldName, Sum(FieldName) as SumOfFieldName, Avg(FieldName) as AvgOfFieldName
FROM TblName

 
Where are you trying to use it? Roy McCafferty
aka BanditWk

Las Vegas, NV
roy@cccamerica.org
RLMBandit@aol.com (private)

"No need to send gifts, just send a smile."
 
in a query, should it go in the sql screen or some where in the query design screen?
 
Hi!

The code you posted would go in the SQL screen, adjusted to have actual field and table names.

hth
Jeff Bridgham
bridgham@purdue.edu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top