Forum home » Delegate support and help forum » Microsoft Access Training and help » microsoft+access+course - Expression Builders
microsoft+access+course - Expression Builders
Resolved · Low Priority · Version Standard
Elaine has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Expression Builders
Is there a difference between using [] and ()?
For upcoming training course dates see: Pricing & availability
RE: Expression Builders
Hi Elaine
In Access the [] square brackets are used to indicate to the system the names of fields or other objects in the database.
The () round brackets are used in the functions.
So to Add together all the Amount field values you write:
=Sum([Amount])
Hope this hepls.
Carlos
|
