P
p-rat
I have an underlying table that contains two fields LeaseName and
LeaseNumber. I have a combobox on my form that when a LeaseName is
selected an unbound textbox is autofilled with the LeaseNumber
(AfterUpdate event of my combobox).
When a value is entered that isn't in list (LimitToList = Yes) I have
a pop-up form that has two textboxes that update the underlying table
(OnNotInList event). All looks good and the two textbox values get
saved to the underlying table. The combobox shows the new or requeried
value and that is fine; however the combobox AfterUpdate procedure
that is suppose to autofill my unbound textbox doesn't work because no
value (the second column of my underlying table that has just been
updated) is shown.
If I create a new record of my main form and it then shows the newly
entered value to the combobox list it will then autofill the unbound
text box.
I'm new to Access and have stumbled through most of this, but am
stumped. Any help would be appreciated. Thanks.
LeaseNumber. I have a combobox on my form that when a LeaseName is
selected an unbound textbox is autofilled with the LeaseNumber
(AfterUpdate event of my combobox).
When a value is entered that isn't in list (LimitToList = Yes) I have
a pop-up form that has two textboxes that update the underlying table
(OnNotInList event). All looks good and the two textbox values get
saved to the underlying table. The combobox shows the new or requeried
value and that is fine; however the combobox AfterUpdate procedure
that is suppose to autofill my unbound textbox doesn't work because no
value (the second column of my underlying table that has just been
updated) is shown.
If I create a new record of my main form and it then shows the newly
entered value to the combobox list it will then autofill the unbound
text box.
I'm new to Access and have stumbled through most of this, but am
stumped. Any help would be appreciated. Thanks.