K
KHogwood-Thompson
Hi All,
I have a multi-select list box called "lbjobref" on a form called
"frmcostsummary" that is populated using the following row source:
SELECT [JOB REF].[JOB REF] FROM [JOB REF]
I want the user selection to appear in a text box on the form called
"txtjobref" and then the results of thsi textbox to be used as a parameter in
the query "qrycostreport" for the field "jobref".
Can anyone help with coding etc
I have a multi-select list box called "lbjobref" on a form called
"frmcostsummary" that is populated using the following row source:
SELECT [JOB REF].[JOB REF] FROM [JOB REF]
I want the user selection to appear in a text box on the form called
"txtjobref" and then the results of thsi textbox to be used as a parameter in
the query "qrycostreport" for the field "jobref".
Can anyone help with coding etc