Subform HELP !!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simontian
    New Member
    • Sep 2007
    • 1

    Subform HELP !!!

    Hi

    I have been stuck for months. Please help !!

    I have created an unbound subform and use the ADO connection. I have got a "Save" command button. The users can only save any changes by pressing the save button. It prevents users to modify the data by accident. However, I can only manage to do it in Form but not subform due to multiple records.

    Please advise.

    thanks.
  • FishVal
    Recognized Expert Specialist
    • Jun 2007
    • 2656

    #2
    Originally posted by simontian
    Hi

    I have been stuck for months. Please help !!

    I have created an unbound subform and use the ADO connection. I have got a "Save" command button. The users can only save any changes by pressing the save button. It prevents users to modify the data by accident. However, I can only manage to do it in Form but not subform due to multiple records.

    Please advise.

    thanks.
    Hi, simontian.

    Your question is not clear.
    Post your code.

    Comment

    • MMcCarthy
      Recognized Expert MVP
      • Aug 2006
      • 14387

      #3
      Originally posted by simontian
      Hi

      I have been stuck for months. Please help !!

      I have created an unbound subform and use the ADO connection. I have got a "Save" command button. The users can only save any changes by pressing the save button. It prevents users to modify the data by accident. However, I can only manage to do it in Form but not subform due to multiple records.

      Please advise.

      thanks.
      You can always use a bound form and just lock the form so users can't edit it.

      Comment

      Working...