+ Reply to Thread
Results 1 to 15 of 15

Searchable Excel Workbook Database

  1. #1
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Searchable Excel Workbook Database

    Hello all,

    I've always received a lot of help from this forum, despite my ignorance. I'm hoping for another lightning strike, because I'm desperately in need of a solution.

    I have an old excel database that is used for tracking incoming and out-going customer tools. It's huge, clunky, and badly formatted.

    What I would ultimately love to turn this database into is the following:

    An Excel workbook with a template on the first page, that saves data entered into it on a new sheet. So every shipment of tools would have a new sheet created, based off of the data entered into the template on the front page. This should be easily searchable using the "search workbook" function (or even better, a search function built into the template or splash / welcome page), and therefore we could update what I call the database (I'm sure it's not really a database, but I don't know what else to call it) by going to the tool shipment's sheet and changing the information there.

    We often get 100-150 tools per shipment that need tracking. Our inventory software (Fishbowl Inventory) doesn't provide any way of tracking the volume of tools we get in, or of sorting what has been finished and what still needs work. Really, the data required is very simple, and as I said, we're making do with a monsterous spreadsheet right now. However, if I could clean it up with a macro or database that seperates the shipments out by placing each shipment on a seperate sheet, and updating a few key fields, our work load would be 1000x easier.

    I am able to create the template, but I do not have the knowledge or skills to create a code or macro to have the template export the information entered into a new sheet. If anyone would be willing to help me, I would be more than happy to work up a basic layout.

    Thanks for reading.

    - Edit

    I forgot one other thing. The searchable part in the headline refers to the following:

    Once a tool is completed, I'd like to have a checkbox or something similar that indicates that. If it's possible, it would be great if we could search for only open tools, or only tools that have been completed, by customer name.

    So say my customer calls and asks how many open tools we have for him, I can search for open tools and the customer name, and be rewarded with a list of sheets that I need to print out.

    I guess I should list the search terms that I would like to use.

    Customer Name
    Open or Closed
    Date Range
    Refurbish or Clean and Test
    ID Number
    Manufacturer
    Shipping Method
    Tool Type

    Just to be clear, I really have no idea if this is a colossal amount of work, or relatively simple. So if I'm asking for something ridiculously complicated, then please let me know and I will try to find another solution. It's already been suggested to me that we use another inventory software, but using two different inventory systems would really screw up our warehouse and receiving people, and we're pretty entrenched in the one we have. Also, it works great for every application save for this one.
    Last edited by oneblueaugust; 03-20-2009 at 07:14 PM. Reason: Adding more info

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Searchable Excel Workbook Database

    Hi,

    The best thing to do is put together a template, then upload it so that we can comment when we see your request in context.

    Rgds
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    Ok, I uploaded the template. If you need any more information or have any questions, I'll be checking this periodically throughout the day.

    Thanks for looking!
    Attached Files Attached Files
    Last edited by oneblueaugust; 03-23-2009 at 02:44 PM. Reason: Fixed Grammar :/

  4. #4
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    I updated the template a bit, so please use this one.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    Has anyone had a chance to check this out?

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Searchable Excel Workbook Database

    Hi,

    I'm attaching an idea that you can maybe expand on.

    First things first.
    1. Try to avoid merging cells. In my opinion they just get in the way. You can achieve the same thing with formatting alignment across cells
    2. When capturing dates work with date numbers. Your drop down for the month shows month names. I've changed it to reflect numbers. There are ways of seeing names in the drop down but capturing the number but in this quick example I've not bothered with that.
    3. Since you're wanting a database, you need to have just one data entry form. There's no point in stacking the same form one under the other as you have done,
    4. Again, since you're after a database, each record you capture should go on the same sheet, not separate sheets for each customer.
    5. The 'Add Record' button runs a simple macro which will add the record details to the database. The Tool No field automatically increments by 1 each time you add a record.

    As I say this is the beginning of an idea, and in the real world you'll need to enhance it so that you can amend, or delete records already added. And of course you'll want to create a filtering macro which will extract records from the database to an output sheet.

    I've not tidied it up which you'd obviously want to do, but these are details that can be left too later.

    Hope this gives you some ideas.

    Regards
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    Wow, this is really cool! Thanks a ton for doing this!

    Is it possible to make three changes?

    Could there be a button to go along with the submit button that creates a new sheet in the workbook, and also routes the information sent by the submit button to the newly created sheet (leaving the previous sheet to be updated manually as the tool works its way through the sytem)? Such functionality would create exactly the database system that we need. Basically it would be a "New Shipment" button, that could be used to divide up different shipments in the system, allowing us to print logs for workers and customers.

    Second, is there a way to add a button that clears the form, or make the submit button automatically clear the form when it's pressed?

    Lastly, can the sheet that the data is exported to from the submit button be formatted at all? It would be extremely useful if the drop-down menus went along with the data, so that it could be updated as the tool progresses through the system.

    Oh, and one other small change... Is it possible to have the preview date from your example put into a table, so that it's easier to review?

    I've uploaded a new template with this post, that hopefully works better for what I'm asking for. I took your advice, so I'm hoping it will be easier to work with. Although I'm not sure how to accomplish some of the formatting that I needed without using merge, so there are still some merged cells.

    Once again, thanks for your help! If this works, it will be a life saver.
    Attached Files Attached Files
    Last edited by oneblueaugust; 03-26-2009 at 02:42 PM. Reason: Added attachment :P

  8. #8
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    I don't suppose anyone's had a chance to look at this? I know I'm asking a favor, so I don't want to push it. If I need to bug off let me know.

  9. #9
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    If the problem is that it's a lot of work to be done for free, I would be more than happy to pay a couple hundred dollars for a working version of the spreadsheet I outlined above (via paypay or whatever). I really, really need this.

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Searchable Excel Workbook Database

    OBA, you might try posting in the commercial services exchange forum. I'd be surprised if someone doesn't offer to help -- there are certainly people here that can do what you want done.
    Entia non sunt multiplicanda sine necessitate

  11. #11
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    So... No replies in the commercial services exchange forum. Has anyone perhaps checked this out?

  12. #12
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    Re: Searchable Excel Workbook Database

    I would be glad to help you for a fee. I don't see any real issues with your spreadsheet.
    I haven't really studied the problem yet, but I imagine that it would be less than $200.

    Would I start from "Hotstick Database2.xls" or do I need another file to start from. Or would you like to start from scratch?
    you can email me at ef@foxguy.com and attach the file to the email. I would email it back to you directly (saves time, rather than going through the forumn upload & download).

  13. #13
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Searchable Excel Workbook Database

    OBA, sounds like you have a hot candidate.
    I would email it back to you directly (saves time, rather than going through the forumn upload & download).
    And preferable; to be clear, the forum is not party to any arrangement between you two.

    Good luck, OBA, hope you get what you need.

  14. #14
    Registered User
    Join Date
    11-05-2007
    Posts
    32

    Re: Searchable Excel Workbook Database

    Apparently my original post is too old, so I can't edit it. I found a person to write this for me, so my issue is solved. If someone could mark the original post solved, that would be cool. Thanks a ton for all of your help.

  15. #15
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Searchable Excel Workbook Database

    Glad it worked out for you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1