J
jake
I need update my subform if the combobox militarybenefits = yes
If militarybenefits = "no" I don't want anything to happen.
I get an error with the following code:
+++++++++++++++++
If Me.MilitaryBenefits = "Yes" Then
CurrentDb.Execute "INSERT INTO todo([CaseNum],[To do
Item],[notes])Values('" & Me.CaseNum & "','" & Me.Headstone & "', '
Order ' );"
Else
End
++++++++++++++
Thanks for your help.
Jake
If militarybenefits = "no" I don't want anything to happen.
I get an error with the following code:
+++++++++++++++++
If Me.MilitaryBenefits = "Yes" Then
CurrentDb.Execute "INSERT INTO todo([CaseNum],[To do
Item],[notes])Values('" & Me.CaseNum & "','" & Me.Headstone & "', '
Order ' );"
Else
End
++++++++++++++
Thanks for your help.
Jake