Query Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Receiving Ambiggious anme in query expression:
strTapes: FillVolSer([lngRequestID])
 
Receiving Ambiggious anme in query expression:
strTapes: FillVolSer([lngRequestID])

You probably have two fields that you've named strTapes.

Or maybe you have two functions both named FillVolSer.

Please post the complete SQL of the query if this doesn't help.

John W. Vinson[MVP]
 
Actually, I would expect there are two fields in the query named
lngRequestID.

--
Duane Hookom
MS Access MVP


John Vinson said:
Receiving Ambiggious anme in query expression:
strTapes: FillVolSer([lngRequestID])

You probably have two fields that you've named strTapes.

Or maybe you have two functions both named FillVolSer.

Please post the complete SQL of the query if this doesn't help.

John W. Vinson[MVP]
 

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

Back
Top