Results 1 to 7 of 7
  1. #1
    Ashley25 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2014
    Posts
    12

    Validation

    I've done some looking into how to validate in Access and I found how to do it for an entire field but I was wondering if it's possible to validate a single record in a field.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    What do you mean by 'single record in a field'?
    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.

  3. #3
    Ashley25 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2014
    Posts
    12
    Click image for larger version. 

Name:	Capture.PNG 
Views:	12 
Size:	5.9 KB 
ID:	17860

    I only want to validate the Implementation Status' description

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Validate it to what? Maybe you should use a combobox. The LimitToList property can be set to yes.

    Are you the only user of this db?
    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.

  5. #5
    Ashley25 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2014
    Posts
    12
    Yah I'm the only one that's using this. I'm trying to teach myself about access so I can list it as a skill in future applications. What i'm trying to do is make it so the only things that can be added to the description box are "Implemented, Partially Implemented, Or Not Implemented." Is that possible?

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Yes, that is a combobox or listbox. If you want to do data entry directly on table, then set Lookup properties for the field in table. Normally I advise against this but if you want to save the text description and not an ID (1, 2, 3) should not cause issues.

    However, you might find data entry into a bound form more agreeable.

    Suggest you get a basic introductory tutorial book.
    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.

  7. #7
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    There are a number of tutorials (free) regarding comboboxes here.

    Good luck.

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

Similar Threads

  1. Validation
    By stefan200593 in forum Access
    Replies: 1
    Last Post: 03-25-2013, 02:32 PM
  2. Age validation
    By dolovenature in forum Programming
    Replies: 5
    Last Post: 09-01-2012, 09:21 AM
  3. Age Validation with Message Box
    By dolovenature in forum Programming
    Replies: 3
    Last Post: 08-26-2012, 12:52 PM
  4. validation
    By slimjen in forum Forms
    Replies: 6
    Last Post: 10-12-2011, 01:19 PM
  5. Combobox Validation
    By Sibtain in forum Programming
    Replies: 2
    Last Post: 07-25-2011, 03:33 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