Search results

  1. J

    Macro syntax for me.allowedits

    Hi, I have a macro which duplicates a DB record. I need to be able to unlock the DB for editing as part of the macro before duplicating. Elsewhere I have used the VB code "Me.AllowEdits = True " in a VB code event. I don't particularly want to rewrite the macro in VB so what's the equivalent...
  2. J

    writing to an Access memo field using VBA

    Hi Everyone, I'm new to VBA programming and am having difficulty writing data to a memo field in Access using VBA. I have a very simple DB with a fieldname/ fieldtype list: [ID] = autocount; [descriptor] = memo; [data ] = memo; [recordnum] = integer; [desc-number] = integer. I want to add some...
Back
Top Bottom