+ Reply to Thread
Results 1 to 8 of 8

Form look up

  1. #1
    Registered User
    Join Date
    11-22-2013
    Location
    West Midlands
    MS-Off Ver
    Excel 2010
    Posts
    49

    Form look up

    I HAVE A SPREAD SHEET THAT WE USE AT WORK CALLED CHECK SHEET IT ALLOWS US TO SEE WHAT ENGINEERS ARE IN AND IF NO WHO IS COVERING ETC. I HAVE INDIVIDUAL SHEETS SET UP FOR EACH BRANCH FOR EXAMPLE

    ABERDEEN GLASGOW EDINGBURGH ETC.

    What I want to know how to do is on a blank sheet have a form that allow me to search through all of the sheets and give me information depending on what I type in

    The sheets are layout like so

    Branch, Engineer Comments Covering Engineer and Telephone number.

    When I type wither engineer number in it should then search all the sheets to find the matching number and then return/load up that sheet and high light the cells nxt to it so that I can see who is covering etc is this possible if so could I please have instructions on how to do this as there is 23 separate branches with there own sheets and they are all se up the same.

    Bristol 201F21000 Southwest Region

    Engineer Comments Covering engineer Mobile numbers not or incorrect on JDE

    I have know knowlede of vba so step by step inSTRUCTIONS WOULD BE USEFULL
    Last edited by JOONA; 12-03-2013 at 09:25 AM. Reason: NEEDED TO CHANGE

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Vba help

    Can you upload an example

    What you need is basically :-
    1. A database of Engineers
    2. An Areas database
    3. A schedule of who's covering each day
    4. A means of manually assigning Engineers to fill in the gaps...

    Easy peasy
    Elegant Simplicity............. Not Always

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,669

    Re: Vba help

    You will, undoubtedly, be asked by a Moderator to change your thread title in order to comply with forum rules.

    In the meantime, you might want to consider an alternative approach.

    Instead of having separate sheets for each Branch, have one sheet with all the data for all the Branches and all the engineers. All you need to do is add a column with the Branch name or code at the beginning.

    Then you won't need a form, or VBA, which must be a plus given that you don't know VBA. You will simply be able to use Sort and/or Autofilter to look at Branch and engineer data.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Registered User
    Join Date
    11-22-2013
    Location
    West Midlands
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: Form look up

    Resolved Deleted
    Last edited by JOONA; 12-11-2013 at 08:21 PM.

  5. #5
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Form look up

    Just had a look at that and step 1 will be to consolidate all the engineer & area information into a database... I'll write a macro to do that

  6. #6
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Form look up

    FsDb.xlsm

    If that is the kind of thing you're looking for I'll explain the VBA for you.

  7. #7
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Form look up

    This is a userform style with a searchbox

    FsDb.xlsm
    Attached Files Attached Files
    Last edited by AndyLitch; 12-04-2013 at 10:42 AM.

  8. #8
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Form look up

    FsDb.xlsm

    with record edit boxes

+ 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