Results 1 to 5 of 5
  1. #1
    Drisconsult is offline Novice
    Windows XP Access 2002
    Join Date
    Jul 2010
    Posts
    15

    Y and N entries

    Hello All



    I have a one character field where the user can only enter Y or N in uppercase. I have no problem with the uppercase code but cannot get the Y or N code sorted out. The Y and N entries are then counted, no problem here. But the Y or N entries have got me baffled.

    Terence
    London

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    What is your question? It is not clear. If counts are no problem, then what is the problem that you refer to as 'entries' ?

  3. #3
    Drisconsult is offline Novice
    Windows XP Access 2002
    Join Date
    Jul 2010
    Posts
    15
    Hello
    The user can only enter a Y or a N. no other characters are allowed.
    Regards
    Terence

  4. #4
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    Offer them a dropdown/combobox with just those 2 values in it. Make the actual textbox not visible. Put in vb into the AfterUpdate event of the combobox:
    me.ActualTextBoxName=me.Comboboxname

  5. #5
    Drisconsult is offline Novice
    Windows XP Access 2002
    Join Date
    Jul 2010
    Posts
    15
    Hello
    It was very kind of you to get back to me so quickly. Unfortuantely the database is for people with very little English, in fact Somalia school teachers in Puntland (yes there is such a place) and their helpers. We need to keep it as simple as possible, and dropdown combo boxes add to their difficulty.
    Can this be done through a Validation Rule? I'm very rusty on this procedure having not used it for about four years now.
    Regards
    Terence
    London

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

Similar Threads

  1. Displaying all the entries in one field
    By canfish in forum Reports
    Replies: 5
    Last Post: 07-29-2010, 02:19 PM
  2. numbering line entries
    By tgavin in forum Access
    Replies: 6
    Last Post: 07-27-2010, 11:53 AM
  3. Calculation on unique entries
    By cjbuechler in forum Programming
    Replies: 3
    Last Post: 06-24-2010, 09:47 AM
  4. Entries not saved in fields
    By Lynn in forum Forms
    Replies: 4
    Last Post: 06-02-2010, 09:53 PM
  5. most recent entries
    By tom4038 in forum Queries
    Replies: 0
    Last Post: 09-14-2009, 04:41 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