Phil4tektips
Technical User
All,
I have a combo box with name values in. It predicts a name as the user types if they appear in the list. The form then looks up other information stored about that person and populates other fields on the form. The list is sourced from a table called 'tblPersonnelList', there is a new entry form that is used to add all the details of a new entry.
I've called up the new entry form when a new name is entered in the field to make the user enter the details of the new entry. This worked by setting the limit to list property to YES. Then on the Not In List event I called the new entry form.
Details would be entered and the new entry form closed. Trouble is the original form where the name was initially typed would not show the update in the combo list box. For it to appear I had to close the forma nd re-open it, not ideal.
How can I get the form to 'refresh' to show the new data? I had a problem writing in a save command because the combo box is set to limit to list and it wont allow a save with an invalid text in the field.
This ones got me stumped.....many thanks for any help.
~Phil4tektips~
Grant us peace in our days work!
I have a combo box with name values in. It predicts a name as the user types if they appear in the list. The form then looks up other information stored about that person and populates other fields on the form. The list is sourced from a table called 'tblPersonnelList', there is a new entry form that is used to add all the details of a new entry.
I've called up the new entry form when a new name is entered in the field to make the user enter the details of the new entry. This worked by setting the limit to list property to YES. Then on the Not In List event I called the new entry form.
Details would be entered and the new entry form closed. Trouble is the original form where the name was initially typed would not show the update in the combo list box. For it to appear I had to close the forma nd re-open it, not ideal.
How can I get the form to 'refresh' to show the new data? I had a problem writing in a save command because the combo box is set to limit to list and it wont allow a save with an invalid text in the field.
This ones got me stumped.....many thanks for any help.
~Phil4tektips~
Grant us peace in our days work!