I am adding a linked txt table named TblCustInfo to my mdb. The table is automatically downloaded from the main frame to the network each night. The database reads the linked table just fine. I have set up a table relationship between the LINKED table (TblCustInfo) and one of my mdb tables (TblBackflow). The fields used to establish the relationship are both text (AccountNum). The LINKED table (TblCustInfo.AccountNum) has a default size of 255 characters. The mdb table (TblBackflow.AccountNum)has a size of 7. My problem is that when I try to include the new LINKED table with the mdb table in a form, the form comes up blank (no fields or labels) and the navigation buttons are greyed out. Does anyone have any idea what I am doing wrong. How do I establish a relationship between the LINKED table and the mdb table?