hi guys, i write a sql code to display a value in table by textbox valuin form, but i get error for this :
weight22 = "select weight from tbl_matter where matter1 = " & Me.matter2 & "
weight22 is field name on my form that i want to display weight from tbl_matter and matter2 is textbox field in the same form too.
can someone provide the correct method to use???