Results 1 to 4 of 4

Thread: OT Excel used as a database

  1. #1
    Join Date
    Feb 2003
    Location
    Mtl, Canada
    Posts
    2,379

    OT Excel used as a database

    I want to setup an excel file as a database and was wondering if it possible to setup some dropdown l ists when the form is opened to add data....from what I see so far is that this will not work....but I am a relative newby at excel.

  2. #2
    This is certainly possible in excel. The easiest way might be to use the "data validation" menu and select "list". This forces content of a cell to be selected from a list (you would need to put the list in a group of cells out of the way; another sheet possibly).
    It could also be done with Visual Basic macros (almost anything possible here) but that will take some studying for a beginner.
    _______________________________________
    When failure is not an option
    Mediocre is assured.

  3. #3
    Join Date
    Oct 2007
    Location
    Arlington, VA
    Posts
    1,850
    +1 on the data validation option, although I'm not sure you can dynamically add to the length of the list. Like many things in Excel, it is sort of hidden and hard to find.

    Have you thought about whether a simple auto-filter might be able to help? It is sort of restrictive in terms of placement, but it does auto-populate.

  4. #4
    Join Date
    Dec 2007
    Location
    Hillsboro, OR
    Posts
    1,415
    Blog Entries
    3
    Sure, we do it all the time for lightweight databases. You want to look @ the list and table functions. You can get something pretty featured without having to rely on VB calls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •