E
ezil
The code is
docmd.openreport "report1",,,"[field1]="'abc'"
orderby="[id]'
is working but i want like this
condtion="[field1]="'abc'"
order ="[id]"
docmd.openreport "report1",,, (variable condition)
orderby=(variable order)
how to put semicolon and & correctly for this?
docmd.openreport "report1",,,"[field1]="'abc'"
orderby="[id]'
is working but i want like this
condtion="[field1]="'abc'"
order ="[id]"
docmd.openreport "report1",,, (variable condition)
orderby=(variable order)
how to put semicolon and & correctly for this?