I have a database set up for all of my customers. One table lists customer names and addresses. Another table lists types of businesses. It has 2 fields, one is the primary key auto number and the second field is the type(insurance, attorney, etc.). I have created a form for my customers and I want to be able to add to the "types" list if it's something that does not exist within the table I created for types of businesses. When I change the form property LimitToList to no so I can add new types, it tells me that the first visible column, which is determined by the ColumnsWidth property isn't equal to the bound column. Adjust the ColumnWidths property first and then set the LimitToList property. Can anyone tell me what I'm supposed to do? Thanks!