User Profile

Collapse

Profile Sidebar

Collapse
desserts
desserts
Last Activity: May 16 '08, 10:33 AM
Joined: May 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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.
    ...
    See more | Go to post
No activity results to display
Show More
Working...