M
May
Hi,
I have a form with a ComboBox that shows all records of
one field of a table, And a host of other text boxes. The
user picks a value from the dropdown combo box, then fills
in other values in all the text boxes, thus populating
each record of that table.
Problem: The form seems to be in the first record mode
even though user chooses 2nd, 3rd or nth record, unless he
uses the record number box at the bottom.
How can I make the form point to the record number of the
value that is chosen in the combobox? If it is GoToRecord
macro then, the macro should point to which event? And
what should ObjectType, ObjectName, Record and Offset
point to?
Appreciate help. Thanks in advance.
I have a form with a ComboBox that shows all records of
one field of a table, And a host of other text boxes. The
user picks a value from the dropdown combo box, then fills
in other values in all the text boxes, thus populating
each record of that table.
Problem: The form seems to be in the first record mode
even though user chooses 2nd, 3rd or nth record, unless he
uses the record number box at the bottom.
How can I make the form point to the record number of the
value that is chosen in the combobox? If it is GoToRecord
macro then, the macro should point to which event? And
what should ObjectType, ObjectName, Record and Offset
point to?
Appreciate help. Thanks in advance.