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"

    Re: Disabled field in mainform if any value in linked subform = "inprogress" _____________________ Up ___________________
  4. S

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

    Re: Disabled field in mainform if any value in linked subform = "inprogress" The subform contants many records example Main Form Customer#____ Name _____ JOB_STATUS 12554 _________ BOB ________"empty and Disabled" Subform NO___ ITEMS _____STATUS 1 _____ install _____inprogress 2 _____...
  5. S

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

    Re: Disabled field in mainform if any value in linked subform = "inprogress" Hey Bob, Thanks a lot for notes The Filed in main form name is JOB_STATUS The Filed in subform name is STATUS all of them listbox contents 3 status -Inprogress -Completed -Cancel i want if any value in...
  6. 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