office_guru
Registered User.
- Local time
- Today, 18:27
- Joined
- Nov 17, 2004
- Messages
- 19
I have a form that I'd like to use for 'reviewing/report' purposes. It's a main form with a combo box of company names, with a subform of all the company information. When you use the combo box to select a company, all the cooresponding data loads in the sub-form - which is totally what I want. The problem is that it's trying to over-write the first record which I don't want it to do.
Further explanation -
Have a company table with 23 companies, and the company name is the primary key. I want to be able to use the combo box to pull a company's name to show all information without then trying to close out of the form or view next record without it saying I'm creating a duplicate entry
- goes back to the combo box is editting my data when i want to just view the data. I have tried using a query based on the table but the same thing happens.
Can someone please explain if what I'm trying to do is a. possible b. how to.
Much appreciated!
Further explanation -
Have a company table with 23 companies, and the company name is the primary key. I want to be able to use the combo box to pull a company's name to show all information without then trying to close out of the form or view next record without it saying I'm creating a duplicate entry

Can someone please explain if what I'm trying to do is a. possible b. how to.
Much appreciated!
