Apologies for longish post, trying top be precise!
I have a form which shows a combo box. The list shown in the combo box "codes" are routes for our manufacturing process. The Table from which this list is taken has short code and Full Description of route.
i.e. P,W,E stands for Pierce, then Weld. then Enamel.
When entering some of these routes i would like the option to display the full discription as a prompt for the Form user during selection. The data that would be enterered is obviously the short description. As these processes can evolve i would like the long description to be bound to the table also. The solution i have come up with so far is to add a command button which sits next to the combo box and allows the user to view the table with both long and short description. The best solution would be to select the route as a long description from this table and the form inputs the short description. The reason for the short description is that it gets printed on a control sheet which is used to direct the parts around the company and space is a minimal.
TIA
Cliff
I have a form which shows a combo box. The list shown in the combo box "codes" are routes for our manufacturing process. The Table from which this list is taken has short code and Full Description of route.
i.e. P,W,E stands for Pierce, then Weld. then Enamel.
When entering some of these routes i would like the option to display the full discription as a prompt for the Form user during selection. The data that would be enterered is obviously the short description. As these processes can evolve i would like the long description to be bound to the table also. The solution i have come up with so far is to add a command button which sits next to the combo box and allows the user to view the table with both long and short description. The best solution would be to select the route as a long description from this table and the form inputs the short description. The reason for the short description is that it gets printed on a control sheet which is used to direct the parts around the company and space is a minimal.
TIA
Cliff