P
p-rat
I have a combo box with limit to list set to yes. The data comes from
a table. The table has two fields LeaseName and LeaseNumber.
When an end-user enters a value not in the list a form comes up to
type in the new LeaseName AND the new LeaseNumber. A text box pops up
asking 'do you want to add this value to the list?'. When clicking yes
I want the two value to be save to the underlying table. Currently it
is saving the LeaseName into the LeaseNumber field in the table and
the LeaseNumber value is no where to be found.
This LeaseName field combo box on the data entry screen also autofills
an unbound text box on the form (LeaseNumber) when the values are in
the list.
Would anyone know why these values are not saving to my underlying
table correctly? Thanks for any help provided.
a table. The table has two fields LeaseName and LeaseNumber.
When an end-user enters a value not in the list a form comes up to
type in the new LeaseName AND the new LeaseNumber. A text box pops up
asking 'do you want to add this value to the list?'. When clicking yes
I want the two value to be save to the underlying table. Currently it
is saving the LeaseName into the LeaseNumber field in the table and
the LeaseNumber value is no where to be found.
This LeaseName field combo box on the data entry screen also autofills
an unbound text box on the form (LeaseNumber) when the values are in
the list.
Would anyone know why these values are not saving to my underlying
table correctly? Thanks for any help provided.