DanG
Registered User.
- Local time
- Today, 13:17
- Joined
- Nov 4, 2004
- Messages
- 477
Hello,
I know I've done this before but can't seem to remember exactly how.
I have a combo box called "PrintDevice" and the values for it com from a table called "tblPrintDevice", that table has a 3 fields (PDID, PrintDevice and PrintCostFactor). The row source for the combo box contains all three fields from the table, but the viewable field is the "PrintDevice".
As the user picks the Print Device it is the cost factor associated with the particular device that I want to have show in another field to or reference in VBA (not sure yet).
As I rememer it is something like "tblPrintDevice.3", but that doesn't work.
Thanks in advance
I know I've done this before but can't seem to remember exactly how.
I have a combo box called "PrintDevice" and the values for it com from a table called "tblPrintDevice", that table has a 3 fields (PDID, PrintDevice and PrintCostFactor). The row source for the combo box contains all three fields from the table, but the viewable field is the "PrintDevice".
As the user picks the Print Device it is the cost factor associated with the particular device that I want to have show in another field to or reference in VBA (not sure yet).
As I rememer it is something like "tblPrintDevice.3", but that doesn't work.
Thanks in advance