Search results

  1. S

    MDE over terminal Server 2003

    I have MDE file on win 2003 server , i install Terminal Server and i tried to assign MDE file to open when user login but it's didn't work. What is the configuration parameter for TS environment?
  2. S

    If or then statment

    i want command to open form just if network username = administrator or manager i try this code but didn't work, if me.networkusername <> "administrator" or "manager" then docmd.close end if also i tried this one if me.networkusername <> "administrator" or me.networkusername <>...
  3. S

    Disabled field in mainform if any value in linked subform = "inprogress"

    I have main from linked with subform ( relation one to many) i want command if subfrom records.value = "inprogress" then me.parent.filed.enabled=false Else me.parent.filed.enabled=true The subform can contant many records so if any records value = "inprogrees" i want disabled one filed in...
Back
Top Bottom