L
Lorraine
I have a data entry form called ID_tags_Entry_Form. It
has a text box where a numerical ID_tag_number is entered
and then a combobox with 5 selections as to the
type_of_ID_tag.
I have the ID_tags_Entry_Form.type_of_ID_tag combobox
coded so that one of five other data entry forms opens
depending on which type is selected. The first object to
get the focus in all 5 of the other forms is a combobox
that has a list of all the ID_tags that have ever been
entered from using the First entry form
(ID_tags_Entry_Form). At present, you need to search for
the id_tag you just entered in the first form from drop
down list.
My question is this, is there any way I can have the
id_tag_number that was entered in the
ID_tags_Entry_Form.ID_tag_number text box be automatically
selected in the comboboxes when the other forms open?
has a text box where a numerical ID_tag_number is entered
and then a combobox with 5 selections as to the
type_of_ID_tag.
I have the ID_tags_Entry_Form.type_of_ID_tag combobox
coded so that one of five other data entry forms opens
depending on which type is selected. The first object to
get the focus in all 5 of the other forms is a combobox
that has a list of all the ID_tags that have ever been
entered from using the First entry form
(ID_tags_Entry_Form). At present, you need to search for
the id_tag you just entered in the first form from drop
down list.
My question is this, is there any way I can have the
id_tag_number that was entered in the
ID_tags_Entry_Form.ID_tag_number text box be automatically
selected in the comboboxes when the other forms open?