Results 1 to 2 of 2
  1. #1
    Pimped is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2009
    Posts
    25

    Datasheet - Custom fields to behave independently for each row


    Hi Guys

    Got datasheet on forms. Want to add a "Pay" check box to each row and want to have a "pay selected" button to look at rows where the "pay" check is selected.

    How do i get the check boxes to act independently on each row and how do I refer to each individual check box programatically in VBA?

    Thanks
    Last edited by Pimped; 10-26-2009 at 08:38 AM.

  2. #2
    Pimped is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2009
    Posts
    25
    I solved this by putting a yes/no field in the table that the rows wre listed from.

    Upon select of the checkbox, the value would be set to -1, i would just traverse through the recordset, find the -1's and act on them.

    Once I had done all the -1's I would simply update the table to set all the checkboxes back to 0.

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

Similar Threads

  1. datasheet view adding fields drop-down box
    By techexpressinc in forum Access
    Replies: 2
    Last Post: 09-09-2009, 05:35 AM
  2. Cannot hide fields in a datasheet
    By desgordon in forum Forms
    Replies: 2
    Last Post: 08-19-2009, 03:24 PM
  3. Do i need a custom program for this?
    By hokie in forum Programming
    Replies: 9
    Last Post: 07-17-2009, 06:27 AM
  4. Easy Custom Calculation?
    By rjk1080 in forum Queries
    Replies: 6
    Last Post: 07-12-2009, 11:42 AM
  5. Custom Import Tool
    By naoumaro in forum Import/Export Data
    Replies: 0
    Last Post: 04-10-2009, 08:30 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