B
Bradley C. Hammerstrom
A2K
I want to click an item in a list box on a Main form and create a new record
in the Subform with the same field automatically filled in.
For example, first of all the main form has an unbound combo to select a
student name. That combo has an AfterUpdate event that uses the FindFirst
method to display records with only that student. Next the user clicks the
list box to select a class. That click event creates a new record in the
subform (for that student and for that class) to which other info may be
added manually.
What is the Event code to create a new record and fill-in a field based on
the selection in the list box?
Brad H.
I want to click an item in a list box on a Main form and create a new record
in the Subform with the same field automatically filled in.
For example, first of all the main form has an unbound combo to select a
student name. That combo has an AfterUpdate event that uses the FindFirst
method to display records with only that student. Next the user clicks the
list box to select a class. That click event creates a new record in the
subform (for that student and for that class) to which other info may be
added manually.
What is the Event code to create a new record and fill-in a field based on
the selection in the list box?
Brad H.