I have a form with a button that calls a report.The form prompts for companyName and for ordertype(2 comboboxes).I would like to know how to pass the value of the ordertype combobox to my report. The report controlsource is a query. In that query I have the ordertype as
In my report is a textbox field whose recordsource I made same as above in order to print the data being passed.
unfortunately the report prints out the field blank.
Any suggestions on how to handle this problem anyone???
Thanks in advance.
Code:
Label_ContainerType: [LabelTypeName] & " " & [ContainerTypeName]
In my report is a textbox field whose recordsource I made same as above in order to print the data being passed.
Code:
Label_ContainerType: [LabelTypeName] & " " & [ContainerTypeName]
Any suggestions on how to handle this problem anyone???
Thanks in advance.