Results 1 to 7 of 7
  1. #1
    BasilM is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2012
    Posts
    8

    Datagrid in access?

    Good Day All,
    this is the first time I use access for application


    I was using the VB studios
    but I am facing a little difficulties in access .. for example the the form design !
    and I am missing some important controls .. like datagrid ...
    how to extract a certain SQL in datagrid?!
    also I would like to have a website where you can fins a professnial designs templates other than MS

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Search forum or Google.

    http://www.granite.ab.ca/access/gridcontrols.htm

    Why do you need? Can't form in DatasheetView serve?
    Last edited by June7; 08-30-2012 at 02:07 AM.
    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
    BasilM is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2012
    Posts
    8
    Thank you June7 for your reply
    what if I want to do an SQL search about the "type" for example
    I should right the "type" as variable in a form and directlly the results should be retrieved in a datasheet data ..
    can I do this ? and how?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    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.

  5. #5
    BasilM is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2012
    Posts
    8
    many many thanks

  6. #6
    BasilM is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2012
    Posts
    8
    can I click in one record of the datasheet and show another form which will contain it's details ?

  7. #7
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Yes. Need code. I use only VBA. I use form DblClick event for this.

    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.

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