A
Alan
I have at table of Students with the following fields:
StuID (key)
FirstName
LastName
Address
Telephone
I'm designing a form and I have an unbound combo box control tied to a
query that provides a pick list of existing StuIDs sorted by LastName,
FirstName. What I want to be able to do is have the user pick an
existing Student from the combo box which causes the record to change
to the selected student with their FirstName, LastName, Address and
Telephone field values available for edited. Alternatively, if the
user types in a new StuID, the field values should be blank allowing
the user to create a new record for that StuID.
I've had limited experience with forms so please be specific when
discussing any event procedures that may be needed to accomplish my
goal. Thanks for any assistance.
Alan
StuID (key)
FirstName
LastName
Address
Telephone
I'm designing a form and I have an unbound combo box control tied to a
query that provides a pick list of existing StuIDs sorted by LastName,
FirstName. What I want to be able to do is have the user pick an
existing Student from the combo box which causes the record to change
to the selected student with their FirstName, LastName, Address and
Telephone field values available for edited. Alternatively, if the
user types in a new StuID, the field values should be blank allowing
the user to create a new record for that StuID.
I've had limited experience with forms so please be specific when
discussing any event procedures that may be needed to accomplish my
goal. Thanks for any assistance.
Alan