M
Mommio2
Hello! I have this for the rowsource of a dropdown box on my form.
Findname is my query:
SELECT FindName.[Student_ Last_ Name] FROM FindName ORDER BY [Student_ Last_
Name];
This may be a dumb question, but I have tried it over and over and I always
get a syntax error. How about if I want to include Student_First_Name so
that last name, first name are shown in the box? How should I add that?
THANKS!
Mommio2
Findname is my query:
SELECT FindName.[Student_ Last_ Name] FROM FindName ORDER BY [Student_ Last_
Name];
This may be a dumb question, but I have tried it over and over and I always
get a syntax error. How about if I want to include Student_First_Name so
that last name, first name are shown in the box? How should I add that?
THANKS!
Mommio2