I have two tables: WorkOrder & MachineType; The machine type table has a ID and all the machine types 0-12;
THe form Request, has a combo box, that uses the row source type "MachineType" to store what the user selected (so the number value is getting stored);
Problem is there is a command button that extracts information from the form and puts it in an email message, but the combo box gets reported as a number and not the corresponding machine type. I don't remember how to change either the email or the combo sourse.
THe form Request, has a combo box, that uses the row source type "MachineType" to store what the user selected (so the number value is getting stored);
Problem is there is a command button that extracts information from the form and puts it in an email message, but the combo box gets reported as a number and not the corresponding machine type. I don't remember how to change either the email or the combo sourse.