Results 1 to 6 of 6
  1. #1
    cfwoodbury is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Oct 2012
    Posts
    11

    Forms Controls, Methods and Properties

    I am trying to find a dictionary or reference which lists all controls, methods and properties available for MS Access forms.



    Is there such a thing?

  2. #2
    joelmeaders is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jan 2012
    Posts
    33
    #1 - The help file
    #2 - The object browser in the code window

  3. #3
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    There are literally thousands and thousands of items that would meet your criteria and I haven't ever encountered them all in one reference source (even the help file though that's pretty good for basics) If you go to a VB script window within access and look at your references you'll see dozens of them, each one of those references has dozens and dozens of other references.

    If you have a specific question regarding controls/references it might be easier to point you in a direction.

  4. #4
    cfwoodbury is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Oct 2012
    Posts
    11
    Thanks for the advice.
    Specifically, is there a way to toggle a form between form view and datasheet view using code? For example, I want to present a listing of customer records in datasheet view then have a specific record pop to form view when it gains focus by the user highlighting it.

    I know I could use a combo box but there are reasons that I want to do it this way.

  5. #5
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Well depending on the number of items in your list you could use a list box to show your 'listing of customer records' in a datasheet type view and when the click on a specific item you can use the primary key to identify the record you're currently on and display all data relating to that item. Look at list boxes and the ON CLICK event of the list box.

  6. #6
    joelmeaders is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jan 2012
    Posts
    33
    I personally use list boxes for everything and never show the datasheet to the end user. There are examples of form/datasheet hybrids in most of the access 2007/2010 sample programs.

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

Similar Threads

  1. Replies: 2
    Last Post: 08-28-2012, 03:43 PM
  2. Referencing Controls on Forms
    By cbh35711 in forum Access
    Replies: 7
    Last Post: 04-05-2012, 09:04 PM
  3. Controls in forms and subforms
    By donnan33 in forum Access
    Replies: 2
    Last Post: 01-05-2012, 10:29 AM
  4. Filling controls on two forms
    By recon2011 in forum Forms
    Replies: 3
    Last Post: 09-01-2011, 01:54 PM
  5. Resizing Forms (Properties affecting behavior)
    By ajetrumpet in forum Tutorials
    Replies: 0
    Last Post: 07-17-2011, 04:05 PM

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