Query Problem

J

John Vinson

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]
 
D

Duane Hookom

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]
 
Top