JChandler22
Registered User.
- Local time
- Yesterday, 22:12
- Joined
- Jul 24, 2007
- Messages
- 52
I have a table ("Projects") with two columns, Project and Project Description.
I have a form with the same two fields so that the user can easily add to or modify the Project list. The first field is Project, the 2nd is Project Description.
On the form, I want to make the first field a combo box, so that instead of flipping through the records with the footer to select the appropriate Project, you can just select from a drop list. However, I can't figure out how to link that drop list with the Project Description.
In other words, I can get the combo box in the first field, but when I select different records, the Project Description doesn't change with it.
Any advice is appreciated!
I have a form with the same two fields so that the user can easily add to or modify the Project list. The first field is Project, the 2nd is Project Description.
On the form, I want to make the first field a combo box, so that instead of flipping through the records with the footer to select the appropriate Project, you can just select from a drop list. However, I can't figure out how to link that drop list with the Project Description.
In other words, I can get the combo box in the first field, but when I select different records, the Project Description doesn't change with it.
Any advice is appreciated!