M
msmuzila
Having trouble with some syntax
CurrentProject.Connection.Execute "insert into CBS_Reviews
(Bracket,INV_NO,zDate,CUST_1,EMAIL_1)" & _
"values(" & BRACKET_REVIEW & ",'" & "INV_NO" & "',#" &
DateAdd("d", 30, SHIP_DATE) & "#," & CUST_1 ," & EMAIL_1 &")"
where bracket, cust_1, email_1 are text field and zDate is a date
field and INV_NO is a number field
Also, can someone explain how to use the proper syntax.
Many Thanks
Matt
CurrentProject.Connection.Execute "insert into CBS_Reviews
(Bracket,INV_NO,zDate,CUST_1,EMAIL_1)" & _
"values(" & BRACKET_REVIEW & ",'" & "INV_NO" & "',#" &
DateAdd("d", 30, SHIP_DATE) & "#," & CUST_1 ," & EMAIL_1 &")"
where bracket, cust_1, email_1 are text field and zDate is a date
field and INV_NO is a number field
Also, can someone explain how to use the proper syntax.
Many Thanks
Matt