Query Problem

  • Thread starter Thread starter Guest
  • Start date Start date
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]
 
Back
Top