irunergoiam
Registered User.
- Local time
- Yesterday, 18:57
- Joined
- May 30, 2009
- Messages
- 76
Okay... So, I'm pretty comfortable with using the After Update and On Change events for a combo box to populate unbound fields on a form.
The problem I'm now having is that when one of the unbound fields (unbEmployeeNo) on the form (that gets updated via the After Update or On Change events) has a value, I'm not quite sure how to get another unbound field (unbPosition1) further down on the form (and not part of the combo box SQL statement record source) to populate. I have a query that I'd like to use to bring data in to this field (with criteria based on the form name and EmployeeNo) so that where the [Forms]![frmNewHireLegalNameVerification]![unbEmployeeNo] criteria for the (unbPosition1) query is satisfied the unbPosition1 field on the form populates.
I don't know if any of this makes any sense...and am more than willing to clarify for anyone out there with ideas as to how I might go about this. Thanks much...
The problem I'm now having is that when one of the unbound fields (unbEmployeeNo) on the form (that gets updated via the After Update or On Change events) has a value, I'm not quite sure how to get another unbound field (unbPosition1) further down on the form (and not part of the combo box SQL statement record source) to populate. I have a query that I'd like to use to bring data in to this field (with criteria based on the form name and EmployeeNo) so that where the [Forms]![frmNewHireLegalNameVerification]![unbEmployeeNo] criteria for the (unbPosition1) query is satisfied the unbPosition1 field on the form populates.
I don't know if any of this makes any sense...and am more than willing to clarify for anyone out there with ideas as to how I might go about this. Thanks much...