Access #Error & Excel Pivot

Joined
Apr 29, 2012
Messages
2
Reaction score
0
Hi Everyone,
I'm a bit rusty these days on Access & Excel so please bear with me !

I have a simple query in Access where I have a column
Amount: CInt([ab_booking_fee])

When you run the query where there isn't a value it comes back with #ERROR

I therefore used : Amount: CInt(NZ([ab_booking_fee],0))

Which runs perfectly in Access.

My next step is I want to like the data to a pivot table in Excel, but when I try and retrieve the data from this query it comes up with a

Undefined function 'NZ' in expression

Can anyone assist with this ?
Thank you
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top