Hi Stewart,
I'd appreciate the help. Here is the code
Private Sub Command38_Click ()
On Error GoTo Err_Command38_C lick
If MsgBox("Confirm ?", 1) = 2 Then
Exit Sub
End If
If [Status] = "Assigned" Then
MsgBox "Status is not changed"
Exit Sub
End If
DoCmd.DoMenuIte m...
User Profile
Collapse
-
Updated info in data and save activities done into a Log Table
Hi,
I am creating a button that enables to perform an update or a swap of information from old to new. Example, same User but change of old address to new address after I select from a list option.
At the same time, when the update is perform, the old information is saved into a Log Table.
I got error after I program the script "Field cannot be updated".
Pls advise.
...
No activity results to display
Show More
Leave a comment: