Hi All,
Please Help me in fixing below Query
Insert Into [Inventory Physical Count] Select [Batch Number] ,[Page Number],[Line Number],
[Item Number],[Description],[Unit of Measure],[Location],[Bin],[Physical Count]
From [Physical Count Temp]
Where [Physical Count Temp].[Batch Number]= 2
I am getting Circular Reference Caused by alias
'Batch Number' in query definition's SELECT List.
Thanks in advance
Please Help me in fixing below Query
Insert Into [Inventory Physical Count] Select [Batch Number] ,[Page Number],[Line Number],
[Item Number],[Description],[Unit of Measure],[Location],[Bin],[Physical Count]
From [Physical Count Temp]
Where [Physical Count Temp].[Batch Number]= 2
I am getting Circular Reference Caused by alias
'Batch Number' in query definition's SELECT List.
Thanks in advance