Psycholicon
Registered User.
- Local time
- Today, 11:11
- Joined
- Aug 14, 2007
- Messages
- 33
Hi, this seems like a pretty simple problem, but I can't figure it out.
I have a form based off one table that has people's names as a primary key, and then a bunch of fields for information about them. I want to have a combobox that lists their names, and then on the selection of the name, it goes to their record. I don't want to add a new record, just to edit the existing one. However, at the moment either I can get the [Person_Name] control to change because of the combobox and the rest of the fields just don't, or it tells me that I can't assign a value to the object when I try to take the combobox out and make it look up by inputbox on open or command button. I'm very frustrated because I know it must be something simple, so thanks for your help.
Thanks
I have a form based off one table that has people's names as a primary key, and then a bunch of fields for information about them. I want to have a combobox that lists their names, and then on the selection of the name, it goes to their record. I don't want to add a new record, just to edit the existing one. However, at the moment either I can get the [Person_Name] control to change because of the combobox and the rest of the fields just don't, or it tells me that I can't assign a value to the object when I try to take the combobox out and make it look up by inputbox on open or command button. I'm very frustrated because I know it must be something simple, so thanks for your help.
Thanks