E
Eric
I run an update query in my program when it runs, access shows a
message window "Are u sure u want to update table" I dont want this
message in my program. Can any one please help me how to i remove this
message during update process
Private Sub Form_Open(Cancel As Integer)
DoCmd.OpenQuery "qryupdt", acViewNormal, acEdit
end sub
Thanks,
message window "Are u sure u want to update table" I dont want this
message in my program. Can any one please help me how to i remove this
message during update process
Private Sub Form_Open(Cancel As Integer)
DoCmd.OpenQuery "qryupdt", acViewNormal, acEdit
end sub
Thanks,