Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2023
    Posts
    5

    Button not Showing on Form


    I have created a form with a datasheet in the Details section of the form.

    I have created a button in the Form header but this is not showing.

    Thank you in advance for your response.

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    A Datasheet view applies to the whole form, not just the detail section. You would need to change the view to a continuous form to see the header section

  3. #3
    Join Date
    Apr 2023
    Posts
    5
    Aaaahhh I see. Thank you.

    Can I then double-click a record on the datasheet and it opens another continuous form related to notes for that specific row, where I can view previous notes and add new notes?

    Any ideas as to how I might do this? Open a form via code, which I can do but I do not know what the code is for view and add new notes.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Can double click in record selector area on left side of form.

    Apply filter criteria such as:

    DoCmd.OpenForm "formname", , , "ID=" & Me.ID
    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.

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

Similar Threads

  1. Button showing up in report print preview
    By ahuffman24 in forum Access
    Replies: 3
    Last Post: 05-29-2019, 09:53 AM
  2. Replies: 2
    Last Post: 09-04-2018, 08:08 AM
  3. Replies: 8
    Last Post: 01-31-2018, 01:43 PM
  4. Replies: 9
    Last Post: 08-08-2016, 02:57 PM
  5. Replies: 6
    Last Post: 04-02-2014, 11:35 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