Hi everyone,
I have a combobox on a form with a number of "Asset ID's" the user can choose from. There is also a command button when the user choose's a record from the combobox and clicks the command button it opens a report with the information regarding that record.
The query for the report has a number of fields. In the criteria of the field "Asset_ID" I have the following
[Forms]![frmAssets]![Cbo1]
I thought this would work but nothing is filtered on the report! If i use
Like "*" & [Forms]![frmAssets]![Cbo1] & "*"
The report filters but only for some records, other records stay blank. Can someone tell me where i may be going wrong.
Thanks,
Nim
I have a combobox on a form with a number of "Asset ID's" the user can choose from. There is also a command button when the user choose's a record from the combobox and clicks the command button it opens a report with the information regarding that record.
The query for the report has a number of fields. In the criteria of the field "Asset_ID" I have the following
[Forms]![frmAssets]![Cbo1]
I thought this would work but nothing is filtered on the report! If i use
Like "*" & [Forms]![frmAssets]![Cbo1] & "*"
The report filters but only for some records, other records stay blank. Can someone tell me where i may be going wrong.
Thanks,
Nim