S
Sunny
Hi All,
I am new in access. I have created query from client table which has
id,region,lastname,firstname,ssn fields and the query is sorted by region.
What I have done so far:
1. created report. set following properties for the report
recordsource = myquery
orderby on = Yes
2. Now in open event of form I am trying to set orderby property with
lastname, but report is not sorted by lastname.
I want this report sorted by region (which is sorted in query) plus lastname
(or ssn or firstname which I will set in open event). How do I do that?
Thanks.
I am new in access. I have created query from client table which has
id,region,lastname,firstname,ssn fields and the query is sorted by region.
What I have done so far:
1. created report. set following properties for the report
recordsource = myquery
orderby on = Yes
2. Now in open event of form I am trying to set orderby property with
lastname, but report is not sorted by lastname.
I want this report sorted by region (which is sorted in query) plus lastname
(or ssn or firstname which I will set in open event). How do I do that?
Thanks.