hi
sounds simple enough but i can't get it to work. the reference is spot on - i use the expression builder actaully in the sort area of the report to build the expression. it i actually select the field name in the sort area it works - but i want the report order to be dynamic and sent from a QBF. when i try this it does not work.
the syntax is correct, the spelling is correct, it works when i select the field name in the report but it does not work when i try to send the field name to to report by using a QBF
the expression i'm using to send the field name by QBF to the report is this. so if the sort in the report was by static field name it would be
inspection_date
however the text in comorder1 is 'inspection_date'
=[Forms]![frm_query_all_inspections_combined]![comorder1]
any ideas anyone
sounds simple enough but i can't get it to work. the reference is spot on - i use the expression builder actaully in the sort area of the report to build the expression. it i actually select the field name in the sort area it works - but i want the report order to be dynamic and sent from a QBF. when i try this it does not work.
the syntax is correct, the spelling is correct, it works when i select the field name in the report but it does not work when i try to send the field name to to report by using a QBF
the expression i'm using to send the field name by QBF to the report is this. so if the sort in the report was by static field name it would be
inspection_date
however the text in comorder1 is 'inspection_date'
=[Forms]![frm_query_all_inspections_combined]![comorder1]
any ideas anyone