Skip to main content

Search

Search

I am getting the Bar Tender: Warning Message #2201 It is trying to pull data that I don't want!

Comments

2 comments

  • Avatar
    Michael Clifford

    OK... I found the issue... I had to be very particular in the SQL Query... I changed the SQL Query to this, and it worked fine. Those brackets seemed to fix it. 

    SELECT DISTINCT 
    [Production Unit], 
    Nursery, 
    Customer, 
    [Activity Reference Number], 
    Color, 
    Shape, 
    [Item Code], 
    [PU Lot Code], 
    DESCRIPTION_1, 
    [Pack Lot Code], 
    [Trees per Bag], 
    [Chill Hours], 
    [Bag Elevation], 
    [Sales Order], 
    [Pack Date]
    FROM        
    vw_wy_RFID_MIMA

    0
  • Avatar
    Xabier Clemente
    Moderator

    Thank you for sharing the solution with the rest of the community Michael!

    0

Please sign in to leave a comment.