Search results

  1. S

    Save Or Delete By Buttons Only

    thank you Mile-O-Phile I use this code: ____________________________________________ Option Compare Database Private booFormLock As Boolean Private Sub CmdSave_Click() On Error GoTo Err_CmdSave_Click DoCmd.RunCommand acCmdSaveRecord booFormLock = True DoCmd.Close acForm, Me.Name...
  2. S

    Save Or Delete By Buttons Only

    Hi I have save button and delete button in the form but the record save and delete without button. Who know how I make it save and delete record by button only? __________________ thanks
  3. S

    Save Or Delete By Buttons Only

    Hi I have save button and delete button in the form but the record save and delete without button. Who know how I make it save and delete record by button only? __________________ thanks
  4. S

    ClickOrEnterOnTextboxToOpenTheForm

    I have form with textbox for records. I like to click or enter on the textbox to open the form for detail page.
  5. S

    protect

    thank so much Peter for helping! I get the way : I close the database, I have ma access page without any program, I click on tools ......then Make MDE File is ok and I open the folder to selct the database.
  6. S

    protect

    When I make Tools ... Database Utilities ... Make MDE File, I see ((Make MDE File)) not active as bright writing.
  7. S

    protect

    After me finish my project, how I protect my project from anyone to change properties.
Back
Top Bottom