select * from n_s_type where n_b_ID='" & Recordset3.Fields.Item("n_b_ID") & "'
改成
select * from n_s_type where n_b_ID=" & Recordset3.Fields.Item("n_b_ID") & "
sql="select * from n_s_type where n_b_ID=" & Recordset3.Fields.Item("n_b_ID") &""
[[it] 本帖最后由 madpbpl 于 2008-5-7 10:15 编辑 [/it]]