G
Guest
strMySql = "INSERT INTO AgencyLogTbl (PricelistID, DateWorked, ShiftID)" & _
" SELECT Me!PriceListID AS Expr1, " & _
" Me!DateWorked AS Expr2, 12 As Expr3;"
rs2.Open strMySql, CurrentProject.Connection
something is wrong, can't find it. i am new to ado.
thanks,
sam
" SELECT Me!PriceListID AS Expr1, " & _
" Me!DateWorked AS Expr2, 12 As Expr3;"
rs2.Open strMySql, CurrentProject.Connection
something is wrong, can't find it. i am new to ado.
thanks,
sam