I have a report that is giving me the error "Object doesn't support this method"
Here is the offending code.
if I remove the last concatenation it works like this:Code:txtPre1 = Forms!frm_343DataSheet.Controls!txtPre1 & " " & Forms!frm_343DataSheet.Controls!cboPreUnit1 & Forms!frm_343DataSheet.Controls!OHM
I don't understand why it will not let me add the last part. The last one is a label with the Ω symbol in it.Code:txtPre1 = Forms!frm_343DataSheet.Controls!txtPre1 & " " & Forms!frm_343DataSheet.Controls!cboPreUnit1
Thank you for any help on this.
Walker


Object doesnt support this method error
Reply With Quote

