Results 1 to 2 of 2

Thread: Access VBA Question Regarding the Detail Section on a Form

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 1999
    Location
    La Mirada, Ca
    Posts
    1

    Post

    I have a form in Access that has header, detail, and footer sections. When the form loads, I need to put code in to check each record and check for certain conditions, and if those conditions are met to turn on an icon next to the record. The problem is that I'm not sure which event is fired as each record is loaded. Also, if I try to turn on the icon next to the record, not one but all of the icons turn on. Any ideas or suggestions?

    Thanks

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    Raleigh, NC
    Posts
    70

    Post

    You probably want to use the Current event ... it fires once the data record is loaded... then you can do your validation and update your icon.

    Hope this helps

    Bash

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width