Results 1 to 5 of 5
  1. #1
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35

    Exclamation Possible to use something else besides ID field to track records??

    Good morning,



    I am trying to find a way to track records via a service number that is attached to each record via it's internal data. Can I use the number that every single record has to use as a search feature instead of the ID number? I want to delete all of the ID fields from my DB. They are of no use to me because they're always starting at random numbers and it's throwing everything off. Sorry if I'm being unclear, the question just came to me and I'm still working it out in my head.

    Thanks, any help would be greatly appreciated!!


  2. #2
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35
    OR is it possible to use the ID field/ or the realty services number i was talking about as a number search feature? For instance, if I go to the edit/modify screen and click on the commitee table a blank commitee form comes up and I should be able to enter in the appropriate ID number or reference number so that specific record populates the form. How can this be done? I have no idea how to code and have a teensy bit of knowledge with macros. PLEASE PLEASE advise. This is a superr important part of my DB.

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    You can search any field in any table/query so I'm not sure what problem you are having. AutoNumber PrimaryKey fields are great and do not get in the way. They are not for user consumption though and the user need never known they are there.

  4. #4
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35
    i.e. I need to be able to search for record/realty services number: 25 in the denovo table - but i'm using the form view to do this, how do i locate it within the form view?

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    If the denovo table/query is the RecordSource of your form then a .FindFirst will work, otherwise you will need to use a Domain function (DLookup...).

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

Similar Threads

  1. Replies: 8
    Last Post: 01-30-2013, 06:40 AM
  2. Just making sure I'm on the right track
    By XianSPL in forum General Chat
    Replies: 2
    Last Post: 11-15-2012, 01:46 PM
  3. Track Unique IDs
    By Newbie11 in forum Reports
    Replies: 5
    Last Post: 05-08-2012, 11:45 AM
  4. Replies: 8
    Last Post: 04-13-2012, 12:25 PM
  5. How to track/count the occurence of a particular field
    By jessica.ann.meade in forum Reports
    Replies: 4
    Last Post: 02-09-2011, 01:41 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
  •  
Other Forums: Microsoft Office Forums