Search results

  1. D

    AllowEdits only for specify Column

    Hi, Mihail thank you very much for your advice but your solution not work for me. I have changed it a little bit and now works well. All controls in form I set to Locked and only one in code unlocked when I need :) Private Sub Form_Open(Cancel As Integer) On Error Resume Next Dim strPeriod...
  2. D

    AllowEdits only for specify Column

    Thanks for your replay. Ok I tried this but when I debug I have Run-time error '438' Object doesn't support this method. I mean ctl.Locked . My Access it not recognized this method. SetFocus work fine. Any suggestion? Private Sub Form_Open(Cancel As Integer) Dim strPeriod As String Dim...
  3. D

    AllowEdits only for specify Column

    Hello everyone, I have some problem with my form. I set property in main form at non editable but I want set allowedits in VBA code when form open only for specify column. My code with set focus for specify column and enable editing for all form is below but i want enable editing only for one...
Back
Top Bottom