Results 1 to 6 of 6
  1. #1
    easedaway is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    4

    Sure It is very simple Yes/No

    Hi,



    I'm a novice Access user having had the need to use it thrust upon me.

    Currently I am cataloguing an article library so I've used Access to create tables and forms for the sections of the library and a sign out sheet.

    Now what I want and I'm sure it is easy but I don't know how to do it is; when I fill in the sign out sheet for an article the catalogue sheet automatically updates to say that the item has been checked out and the same for when it comes back in, I tick a box to say that it has been returned and it shows that they are back into the library

    I hope this makes sense and someone can help me out.

    Cheers

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    In your table that has all the articles, you could have a field that is a 'Yes/No' field and name it something like 'CheckedOut'.

    Then - if you are using a Form for your 'Sign Out Sheet' - you could add a Check Box control to the Form and 'bind' it to the 'CheckedOut' field.

    When you fill out the Sign Out Sheet - you can check the check box and that will tell you that the article is checked out.

    Does that help?

  3. #3
    easedaway is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    4
    That is exactly the sort of thing that I am after, now and really sorry for the stupid question but how do "bind" the control button?

  4. #4
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    There are no stupid questions. Just feel free to ask what you don't know.

    Once you've added the Yes/No field to your table:
    Open your Form
    Look up at the top of your page and you will see a button named 'Add Existing Fields'.
    If you click that, you should see your 'CheckedOut' field.
    If you double-click the field - it will add a control to the Form and the field & the control will be bound to each other.
    You can also drag the field from your field list onto the Form.

    All the best!

  5. #5
    easedaway is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    4

    Thumbs up

    Thank you! That seems to have cleared all that up and will now stop me having to duplicate work!

  6. #6
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    Happy to help!!

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

Similar Threads

  1. Help with simple vba
    By mejia.j88 in forum Programming
    Replies: 21
    Last Post: 11-30-2011, 08:42 AM
  2. Need some help with simple VBA Thanks
    By everette in forum Programming
    Replies: 1
    Last Post: 08-07-2011, 08:32 AM
  3. Hopefully simple If Then
    By fender357 in forum Programming
    Replies: 4
    Last Post: 05-09-2011, 07:52 PM
  4. Replies: 0
    Last Post: 10-21-2010, 08:24 AM
  5. Simple Export Not So Simple
    By jgelpi16 in forum Programming
    Replies: 11
    Last Post: 09-01-2010, 07:23 AM

Tags for this Thread

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