Results 1 to 2 of 2
  1. #1
    shabbaranks is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Oct 2011
    Posts
    162

    How do I create a list? Access 2007

    Hi,

    Just fumbling my way around Access 2007, is the only way you can create a drop down list of number by creating a table and inserting a combo box?

    Im trying to create a list of hours for example:
    0.5
    1
    1.5
    2

    Etc... Thanks!

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    An alternative is to do it all in SQL

    http://www.w3schools.com/sql/sql_create_table.asp

    and

    http://www.w3schools.com/sql/sql_insert.asp

    but I am not sure this is any quicker than doing it manually.

    If you have a long list of numbers, you may want to create the table in Excel using formula such as A1+0.5 and then copy it down. Now import the table into Access.



    Alan

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

Similar Threads

  1. List of people logged to Access 2007
    By chrisisishere in forum Security
    Replies: 2
    Last Post: 10-23-2011, 05:16 AM
  2. Replies: 0
    Last Post: 02-08-2011, 02:34 PM
  3. Create a query in VBA, Access 2007
    By laavista in forum Access
    Replies: 3
    Last Post: 06-22-2010, 07:43 PM
  4. Replies: 7
    Last Post: 12-30-2009, 11:03 AM
  5. I can't create a drop-down list box
    By cpuser in forum Access
    Replies: 4
    Last Post: 02-18-2008, 10:11 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