Results 1 to 12 of 12
  1. #1
    vipertblck is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    6

    Creating a searchable field database

    I may be in the wrong forum, I apologize in advance if so. Anyway, I've attempted to attach a Word Doc that shows fields I've labeled (customer, date, application & so on). Is there a way to put all this into an Access Document, and create a database that I could search by customer, or by serial #? I've got about 400 of these, but it's all in folders on paper now, would be much easier to do it in an Access database.

    Thanks in advance
    Kevin
    Attached Files Attached Files

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    no,
    normally you go FROM access to word via merge. (not the other way)

    Now, you could just copy and paste the tables into access.
    A VB programmer could scan every document, do the copy paste in to access.

  3. #3
    vipertblck is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    6
    I'm not all that familiar with Access, so not sure what all that means. I only took a bit of an Access course in once of my classes earlier this year, it was pretty brief.

  4. #4
    vipertblck is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    6
    any idea how I could go about setting this up in an access database? or are there any tutorials anybody would recommend online here?

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Analyze and build - maybe this will help http://www.rogersaccesslibrary.com/
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    vipertblck is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    6
    Quote Originally Posted by June7 View Post
    Analyze and build - maybe this will help http://www.rogersaccesslibrary.com/
    I'm not sure where I'm suppose to look and follow along in there. maybe this is too complex for me to handle....

  7. #7
    vipertblck is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    6
    I attached what I whipped up so far. It has all the fields in the columns that I desire, but I want to be able to click on each row (different numberized unit) to get details/notes about it and I can write about it everytime I work on it. For example, customer a and b are both in there right now, obviously all the fields for their units are not filled in, but the two customers are there. Is there a way I can click on the customers and view more details or open a new window that I can type in a bunch of notes?
    Attached Files Attached Files

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Of course, use code. https://support.office.com/en-US/Art...rs=en-US&ad=US

    Access coding is event driven.

    Form and controls have Click event.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  9. #9
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Some hints/thoughts/whatever ........

    From looking at the field names:
    ONLY use letters and numbers in object names - NO spaces, punctuation or special characters (underscore is the exception)

    Don't use a text field as the PK field. I always use an autonumber. Text fields can be used, but are problematic. If you want to change a customer name from "Joe Blow" to "Joe Blow and Sons", you have just destroyed the links to other tables.
    See
    Autonumbers--What they are NOT and What They Are
    http://www.utteraccess.com/wiki/index.php/Autonumbers

    Microsoft Access Tables: Primary Key Tips and Techniques
    http://www.fmsinc.com/free/newtips/primarykey.asp

    Use Autonumbers properly
    http://access.mvps.org/access/general/gen0025.htm



    "Date" is a reserved word and shouldn't be used for object names. Here is a list of reserved words:http://www.allenbrowne.com/AppIssueBadWord.html
    Plus, "Date" is not very descriptive.....

    In a normalized table structure, "Customers" would be in their own table.

  10. #10
    vipertblck is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    6
    Quote Originally Posted by June7 View Post
    Of course, use code. https://support.office.com/en-US/Art...rs=en-US&ad=US

    Access coding is event driven.

    Form and controls have Click event.
    Where about do I go here in this link? The VBA thing or the Macros thing? I'm not really familiar with Access at all, so a step by step thing is what I need. It's not easy for me, but I want to try and learn how to do this and get it going, it will make things MUCH easier in the long run...

  11. #11
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    If you are going to use database, you should get familiar with the concepts.
    There are a number of links here to help you get oriented.
    Good luck.

  12. #12
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    We can't walk you through building a db from beginning to end. We can guide you to resources and analyze specific issues.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Creating a Searchable Web Report for Sharepoint
    By Shido151 in forum SharePoint
    Replies: 3
    Last Post: 08-26-2013, 12:23 PM
  2. Simple Searchable Form
    By glennib in forum Forms
    Replies: 3
    Last Post: 07-11-2013, 09:56 AM
  3. How to create a searchable database?
    By BobCarolgees in forum Access
    Replies: 3
    Last Post: 10-10-2012, 01:48 PM
  4. Print report from searchable form
    By Fauzi in forum Access
    Replies: 1
    Last Post: 01-24-2012, 04:26 PM
  5. Replies: 1
    Last Post: 08-14-2009, 03:53 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