T
Tim Otero
I should be able to figure this one out, but it's late:
I'm trying to sort a report by two fields. I can do it easily if I
hard-code the fields. However, I want to get user input and store the
input in variables, which would then be used in the OrderBy method.
Right now it looks like this and is not working:
rptMember.OrderBy = strfield1, strfield2
What am I doing wrong? Any help would be greatly appreciated.
Thank you,
tim
I'm trying to sort a report by two fields. I can do it easily if I
hard-code the fields. However, I want to get user input and store the
input in variables, which would then be used in the OrderBy method.
Right now it looks like this and is not working:
rptMember.OrderBy = strfield1, strfield2
What am I doing wrong? Any help would be greatly appreciated.
Thank you,
tim