S
Sandra
Geez, I'm so frustrated I could spit! I have a form with
a combo box to select a name from a table. I have
managed to get the right event procedure working so that
I can enter a new name if it is not in the list, but when
I return to my input form the underlying table has not
been updated so I'm stuck in this "Name is not on the
list" thingy. I have looked at all sorts of messages
about this, but I cannot seem to get the right syntax or
put it in the right place!
Main form: TicketSales
Combo box on Main form: GetName
If a new name is entered then my proc opens another form
(Name) which is based on a query (SortName) which is
based on a table called Name.
So how do I get the Name table requeried or whatever so
that the new name is now present when I return to the
main form?
TIA,
Sandra
a combo box to select a name from a table. I have
managed to get the right event procedure working so that
I can enter a new name if it is not in the list, but when
I return to my input form the underlying table has not
been updated so I'm stuck in this "Name is not on the
list" thingy. I have looked at all sorts of messages
about this, but I cannot seem to get the right syntax or
put it in the right place!
Main form: TicketSales
Combo box on Main form: GetName
If a new name is entered then my proc opens another form
(Name) which is based on a query (SortName) which is
based on a table called Name.
So how do I get the Name table requeried or whatever so
that the new name is now present when I return to the
main form?
TIA,
Sandra