You must redesign the database. Sorry, but I'm pretty sure about it. You could make a form that automatically duplicates the data from the last record when you go to a new record so that the user wouldn't have to but that, I feel, in your case, would be stupid. You would still be duplicating the company data in the table, wasting space, and paving the way for anomalies. Properly normalizing your data, is in my opinion, the most important part of database design. I don't think that normalization is normally stressed enough, and unnormalized data will always be the cause of countless pain and suffering.