D
DS
My SQL Statement is not Updating and I can't figure out why...any help
is appreciated.
Thanks
DS
Private Sub Command25_Click()
DoCmd.SetWarnings False
Dim MySQL As String
mySQL = "UPDATE MenuInfo SET ItemID = " & Me.Text12 & ", PrepID = " &
Me.Text44 & ", PrintID = " & Me.Text45 & " " & _
"WHERE MenuID = " & Me.Text7 & " And MenuCatID = " & Me.Text6 & ";"
DoCmd.SetWarnings True
End Sub
is appreciated.
Thanks
DS
Private Sub Command25_Click()
DoCmd.SetWarnings False
Dim MySQL As String
mySQL = "UPDATE MenuInfo SET ItemID = " & Me.Text12 & ", PrepID = " &
Me.Text44 & ", PrintID = " & Me.Text45 & " " & _
"WHERE MenuID = " & Me.Text7 & " And MenuCatID = " & Me.Text6 & ";"
DoCmd.SetWarnings True
End Sub