Results 1 to 3 of 3
  1. #1
    dcol is offline Novice
    Windows 8 Access 2007
    Join Date
    Nov 2015
    Posts
    6

    Simple datasheet view not working

    Hello



    Using Access 2007

    I've created a form that I was hoping would provide a simple datasheet
    Instead, it's showing one page per record

    Basically, I've used form wizard:

    Selected the table and fields required
    Selected Datasheet as the layout
    Selected Access 2007 as the style
    Given it a name

    I've added this to start page as a button
    The button executes an event procedure with this code:

    Code:
    Private Sub btn_ConfigureClaimBdxMapping_Click()
        DoCmd.OpenForm "frm_ConfigureClaimBdxNameMapping", acNormal
    End Sub
    Looking at the properties, it seems to suggest that the datasheet view will open
    Yet, when I click on it, the form view opens (one per page)

    Any thoughts as to where I am going wrong here?

    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Use acFormDS instead of acNormal.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    dcol is offline Novice
    Windows 8 Access 2007
    Join Date
    Nov 2015
    Posts
    6
    Perfect, thanks
    I've also just come across a method that involves embedding the datasheet form inside another form
    Your method is much faster as I'm not after a fancy form here

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 7
    Last Post: 12-04-2014, 12:47 PM
  2. Replies: 2
    Last Post: 01-28-2014, 10:13 PM
  3. Replies: 3
    Last Post: 08-18-2013, 09:14 PM
  4. Replies: 6
    Last Post: 11-21-2012, 05:10 PM
  5. Replies: 16
    Last Post: 09-12-2012, 08:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums