JonWolgamuth
Technical User
I have a sequel statement assigned to
mstrSQL
and when I call for it using this code
Me!WorkToDoLST.RowSource = mstrSQL
everything in my list box shows up okay. However, if I try to add a sort, such as
Me!WorkToDoLST.RowSource = mstrSQL & "ORDER BY DateIn DESC"
my list disappears. I can't find the problem.
Thanks in advance for any advice anyone can give me!
JW
mstrSQL
and when I call for it using this code
Me!WorkToDoLST.RowSource = mstrSQL
everything in my list box shows up okay. However, if I try to add a sort, such as
Me!WorkToDoLST.RowSource = mstrSQL & "ORDER BY DateIn DESC"
my list disappears. I can't find the problem.
Thanks in advance for any advice anyone can give me!
JW