Search results

  1. A

    Remove Readonly state from Modal Form

    I was thinking the same thing so I've modified the form call to use the raw table as opposed to a complex Query that involved 4 linked tables. I now get error 3326 the "This Recordset is not updateable". Could this be related to the fact that I have the complex query open in the calling form...
  2. A

    Why Vb.net?

    Short answer - VBA is an "old" language with many symantic limitations. On the other hand, it is so well integrated into the Office product line that many of the data handling details required in VB.Net programming are handled under the covers in VBA. This makes it a much easier language to get...
  3. A

    Remove Readonly state from Modal Form

    Thanks for the quick response. The purpose of the modal form is to allow edits of the rows in the list of the calling form. I set data entry = No and the fields are all still protected. The calling form, which is readonly lists all the rows for the member. When a row is clicked, the modal form...
  4. A

    Remove Readonly state from Modal Form

    I have a modal data entry form that is launched from a Readonly subform on a tab. Everything displays properly on the form except I cannot chage any field values. The form params are set to True (Allow Deletions, Allow Edits and Data Entry). The form is launched with: If isFinancial...
  5. A

    Thanks for the Forum

    Thanks for creating this forum. Been C# for quite awhile. Got a request to upgrade an Access system. Having a blast getting back into VB code (been 15 years). So far the site has been invaluable in getting into the patterns that work in Access.
Back
Top Bottom