I am trying to import some records where there are source fields defined as BIT, basically a logical ON||OFF.
They are like this from the source db: ID Description Bit1 Bit2 Bit3 ---- ------------------------------- ----- ----- ----- 1000,'My Record Description for 1000',False,False,False 1001,'My Record Description for 1001',False,True,False What might be the best way to handle their import into RB and should the RB columns for the BIT fields also be BIT? Thanks, Steve in Memphis

