I only have one table in my database (customers), i am trying to design a form that when i select a customer name from a combo box then the address box and post code boxes on the form autofill from the table. I have searched all over and there seems to be a way of doing it if you have two tables and create relationships but no advise if you only have one table. As there are only a few fields within the table i.e. customer name, customer address, customer post code, collection address it seems a lot of work to create 4 separate tables. Is there a solution?