I have a field txtSource that I would like to be populated based on what a user selects from the cboFrom field. TxtSource is an unbound field on the form.
If "Home" is selected from cboFrom I would like for txtSource to be populated with the word home. Otherwise I would like txtSouce to equal what has been entered in txtOrigin (which is a bound field)
What code to write or where to insert it....in the form or in the cboFrom combo box. Please help