Search results

  1. hiền muội

    Send msg via command prompt

    your shell command is "net sendmycomputernamemymessage" ---> it's incorrect following code: Shell ("net send " & "mycomputername" & " " & "mymessage") -->"net send mycomputername mymessage"
  2. hiền muội

    Help with a Calculated Field

    Hi aball65, I want to know what's the data type of the R_COST_IMP, R_SCHED_IMP and R_PERF_IMP fields you designed? is text or number? Example textbox is sum field +case number: control source is: =R_COST_IMP+ R_SCHED_IMP+R_PERF_IMP. +case text: control source is...
  3. hiền muội

    Allow Edit on cmd Button Click

    Hi Andy, I try your case and have idea. Private Sub cmdEdit_Click() If Me.AllowEdits = True Then Me.AllowEdits = False Me.AllowAdditions = False Me!YourSubform.Locked = True Me.cmdEdit.Caption = "Edit is Disabled" Else Me.AllowEdits =...
Back
Top Bottom