Not sure whether this question should be in Sql or here but seen as it is sort of query related I will post here.
I have an ADP application that contains a form. On this form is a number of combo boxes. I wish to pass the value of one of these boxes into a vw, sp or fn (pref vw) so that a simple query that populates another combo box with a filtered result based on the selected criteria in another cbx.
In Access applications I would normally just use something similar to
Like "*" & [Forms]![frmDashBoard]![txtinvpor].[Value]
However if I try any variant of this in the query under criteria now that I am running an adp application, it errors everytime saying 'Data Type error in expression'
Anybody help he out with this please?
I have an ADP application that contains a form. On this form is a number of combo boxes. I wish to pass the value of one of these boxes into a vw, sp or fn (pref vw) so that a simple query that populates another combo box with a filtered result based on the selected criteria in another cbx.
In Access applications I would normally just use something similar to
Like "*" & [Forms]![frmDashBoard]![txtinvpor].[Value]
However if I try any variant of this in the query under criteria now that I am running an adp application, it errors everytime saying 'Data Type error in expression'
Anybody help he out with this please?