Results 1 to 6 of 6

Thread: Microsoft Access Help

  1. #1
    Senior Trouble Maker muddyfox470's Avatar
    Join Date
    Jul 2004
    Location
    moving to Suffolk
    Posts
    3,103
    Thanks
    104
    Thanked
    46 times in 39 posts
    • muddyfox470's system
      • Motherboard:
      • Abit I-N73HD
      • CPU:
      • E4500
      • Memory:
      • 4Gb PC6400 Corsair ?
      • Storage:
      • 2 x Seagate 7200.12 500Gb and 1 x Hitachi 7k1000.b 750gb
      • Graphics card(s):
      • Powercolor 4850
      • PSU:
      • Corsair HX520W
      • Case:
      • Silverstone SG-01e
      • Monitor(s):
      • Fujitsu D22W-1
      • Internet:
      • BT Home

    Microsoft Access Help

    Ok well i shall start this and anyone else needing help for Microsoft Access can come here, add their queries or find their answers. Also if you have any helpful hints i am sure people would find it useful if you could take the time to post here.

    Lets get the ball rolling...

    I have a humongous Access Database now, containing hundreds of references to search through, and as this is going to be accessible by a few other employees i need to make this process as easy as possible.

    Primarily i would like to create some queries, i.e. to list the categories, by a specified name. The problem is that these cells (and there are quite a few hundred of them) contain lists of keywords, seperated by a hyphen (-) so how can i get access to create a query so it can search through the ciolumn to find the necessary keywords.

    I guess this would be pretty similar to the keyword search (or binoculars icon) that is in Access anyway. Just is there anyway to automate it to find the words that people require, or to create different queries and hence reports for these keywords.

    Thanks in Anticipation

    (i hope you understand what i mean)

    Ian
    Mac fancier > white macbook base spec .................. CS: muddyfirebang

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Location
    Pit, stone.
    Posts
    643
    Thanks
    0
    Thanked
    0 times in 0 posts
    I'm guessing "make it a relational database by splitting stuff out based on the rules of database normalisation, which would make this a doddle" doesn't help?

    IE, have a table of (for example) customerID and Keyword, where you have multiple keywords per customerID?

    No..didn't think so...sorry
    Well Hello!

  3. #3
    Hexus.net Troll Dougal's Avatar
    Join Date
    Jun 2005
    Location
    In your eyeball.
    Posts
    2,750
    Thanks
    0
    Thanked
    0 times in 0 posts
    How about using in the SQL statement for the chekcing

    "...field like '*" & txtInputBox & "*' ...."

    That'll look for the term inside txtInputBox within the field in the database
    Quote Originally Posted by Errr...me
    I MSN offline people
    6014 3DMk 05

  4. #4
    Senior Trouble Maker muddyfox470's Avatar
    Join Date
    Jul 2004
    Location
    moving to Suffolk
    Posts
    3,103
    Thanks
    104
    Thanked
    46 times in 39 posts
    • muddyfox470's system
      • Motherboard:
      • Abit I-N73HD
      • CPU:
      • E4500
      • Memory:
      • 4Gb PC6400 Corsair ?
      • Storage:
      • 2 x Seagate 7200.12 500Gb and 1 x Hitachi 7k1000.b 750gb
      • Graphics card(s):
      • Powercolor 4850
      • PSU:
      • Corsair HX520W
      • Case:
      • Silverstone SG-01e
      • Monitor(s):
      • Fujitsu D22W-1
      • Internet:
      • BT Home
    Oh cheers Dougal i shall have a try of that in a bit!


    so would i type

    keywords like '*" & txtInputBox & "*'

    (but where do i put the words i want to search for?)

    cheers

    ian
    Mac fancier > white macbook base spec .................. CS: muddyfirebang

  5. #5
    Treasure Hunter extraordinaire herulach's Avatar
    Join Date
    Apr 2005
    Location
    Bolton
    Posts
    5,618
    Thanks
    18
    Thanked
    172 times in 159 posts
    • herulach's system
      • Motherboard:
      • MSI Z97 MPower
      • CPU:
      • i7 4790K
      • Memory:
      • 8GB Vengeance LP
      • Storage:
      • 1TB WD Blue + 250GB 840 EVo
      • Graphics card(s):
      • 2* Palit GTX 970 Jetstream
      • PSU:
      • EVGA Supernova G2 850W
      • Case:
      • CM HAF Stacker 935, 2*360 Rad WC Loop w/EK blocks.
      • Operating System:
      • Windows 8.1
      • Monitor(s):
      • Crossover 290HD & LG L1980Q
      • Internet:
      • 120mb Virgin Media
    Is it in a query on a form? If its on a query then "*" & [Insert Prompt for pop up box here] & "*". In the matches bit.
    If its on a form then put the value you want to search for in a string and replace the [] with a string, then put it in the forms filter property, obviously with [Name of field with keywords in] = before it .

    Although i would second the go read a book on data normalisation, what the hell were you thinking viewpoint.

  6. #6
    Senior Trouble Maker muddyfox470's Avatar
    Join Date
    Jul 2004
    Location
    moving to Suffolk
    Posts
    3,103
    Thanks
    104
    Thanked
    46 times in 39 posts
    • muddyfox470's system
      • Motherboard:
      • Abit I-N73HD
      • CPU:
      • E4500
      • Memory:
      • 4Gb PC6400 Corsair ?
      • Storage:
      • 2 x Seagate 7200.12 500Gb and 1 x Hitachi 7k1000.b 750gb
      • Graphics card(s):
      • Powercolor 4850
      • PSU:
      • Corsair HX520W
      • Case:
      • Silverstone SG-01e
      • Monitor(s):
      • Fujitsu D22W-1
      • Internet:
      • BT Home
    You both have PMs, any help would be greatly appreciated!

    Cheers

    Ian
    Mac fancier > white macbook base spec .................. CS: muddyfirebang

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Microsoft Access - Help
    By muddyfox470 in forum Help! Quick Relief From Tech Headaches
    Replies: 9
    Last Post: 25-07-2005, 10:18 AM
  2. Microsoft Access
    By Anders in forum Software
    Replies: 7
    Last Post: 15-01-2005, 02:02 AM
  3. Microsoft Access 2003 - Dynamic Time?
    By Jonny M in forum Software
    Replies: 3
    Last Post: 01-05-2004, 11:44 PM
  4. New RPC hotfix from Microsoft
    By Paul Adams in forum Software
    Replies: 12
    Last Post: 14-09-2003, 08:44 AM
  5. Microsoft Access Question...
    By TomWilko in forum Software
    Replies: 2
    Last Post: 24-08-2003, 12:53 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
  •