O
oldblindpew
What is wrong with this line from a form's On Load event?
rst.FindFirst "tNameFirm Like A*"
I'm getting "Syntax error (missing operator) in expression, and as usual, I
can't seem to solve my own problem by looking up the syntax, which bugs me to
no end.
I'm trying to get a form to open with the first record by firm name in
alphabetical order, rather than just opening to record number 1. I don't
like this way of doing it, but I don't know what else to try.
Thanks
rst.FindFirst "tNameFirm Like A*"
I'm getting "Syntax error (missing operator) in expression, and as usual, I
can't seem to solve my own problem by looking up the syntax, which bugs me to
no end.
I'm trying to get a form to open with the first record by firm name in
alphabetical order, rather than just opening to record number 1. I don't
like this way of doing it, but I don't know what else to try.
Thanks