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

Update problem

Status
Not open for further replies.

peljo

Technical User
Mar 3, 2006
91
0
0
BG
In my update line of my query i get the eror called undefined function.What may be the reason ? My line is :
[products].[exworks]+[offset].Nz([PackTax];0)
 
Wrap the whole of your [offset].[PackTax] in the Nz function. e.g.
Code:
Nz([offset].[PackTax],0)

Also (as I've done) use a comma rather than a semi-colon in your Nz function.

Hope this helps

HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin

Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top