L
louis
I try to insert string "Where parts='0005'" into Table but
it has error. Please advise.
dim strpart as string
strpart = "0005"
CurrentDb.Execute "Insert Into Table1(strWhere) Values
('Where Parts= '" & strpart & "')"
it has error. Please advise.
dim strpart as string
strpart = "0005"
CurrentDb.Execute "Insert Into Table1(strWhere) Values
('Where Parts= '" & strpart & "')"