Maybe I am going about this totally wrong....
What I have written is a query pulling SSN, Student-ID, LastName,
FirstName, MiddleInitital from a table.
Sort is so LastName, FirstName, MiddleInitial, SSN, and StudentID are
all ascending, and in this order.
I want to the person using this query, in a ListBox, to be able to
look up a person (student) by last name to see if they are in the
table already, and then pass all the above information to the form, of
which this listbox is a part of.
How do I do this? I can only pass all information if I use a list box
based on the table, but as a result, I cannot make a listbox with the
students sorted alphabetically by last name.
Help! I am also a novice, so again, step by step - and thanks!
What I have written is a query pulling SSN, Student-ID, LastName,
FirstName, MiddleInitital from a table.
Sort is so LastName, FirstName, MiddleInitial, SSN, and StudentID are
all ascending, and in this order.
I want to the person using this query, in a ListBox, to be able to
look up a person (student) by last name to see if they are in the
table already, and then pass all the above information to the form, of
which this listbox is a part of.
How do I do this? I can only pass all information if I use a list box
based on the table, but as a result, I cannot make a listbox with the
students sorted alphabetically by last name.
Help! I am also a novice, so again, step by step - and thanks!
Comment