Hi,
Inside my form, I would like to have an unbound text box display a field from a separate table based on a user-input into the form.
I've tried a DLOOKUP, and just putting a direct equation into the text box, but to be honest, I can't even tell from the tutorials if this is an event or a control that I'm trying to create... is it before update, after update.... where do I enter the expression builder? Is that even how I do it?
My form is collecting information on which submodule workorders are being built into a finished product workorder. The operator will enter workorder numbers several times through the completion of the form. I would like the form to read the "WORKORDER" entered, and based on that display the "PRODUCT" that is associated with that workorder from a separate query so that the operator can verify that they have typed the workorder number in correctly.
I've been able to get the product to display in the combo box, but my concern is that if the operator only types in the workorder number, (as opposed to using the drop-down menu) they will not see the product name. I would prefer to have it actively displayed, even though it is not being recorded in the table.
Any help that you can provide is greatly appreciated!!!
Inside my form, I would like to have an unbound text box display a field from a separate table based on a user-input into the form.
I've tried a DLOOKUP, and just putting a direct equation into the text box, but to be honest, I can't even tell from the tutorials if this is an event or a control that I'm trying to create... is it before update, after update.... where do I enter the expression builder? Is that even how I do it?
My form is collecting information on which submodule workorders are being built into a finished product workorder. The operator will enter workorder numbers several times through the completion of the form. I would like the form to read the "WORKORDER" entered, and based on that display the "PRODUCT" that is associated with that workorder from a separate query so that the operator can verify that they have typed the workorder number in correctly.
I've been able to get the product to display in the combo box, but my concern is that if the operator only types in the workorder number, (as opposed to using the drop-down menu) they will not see the product name. I would prefer to have it actively displayed, even though it is not being recorded in the table.
Any help that you can provide is greatly appreciated!!!