Recent content by jordanbk

  1. J

    Source file checksum: How to compute?

    Hi, I am wondering how to calculate the checksum for a VBA source file (e.g. .ACF form object). We're using Access 2003, and once in a while I need to merge source files that have changes to different controls (positioning or other parameters). So we export to TFS and the changes can be merged...
  2. J

    Trapping errors from RowSource query

    Yes of course, there are multiple ways to read the data other than through RowSource, including your suggestion. However, as I pointed out, I have over 100 forms with RowSource and I really don't want to refactor all that code unless it's necessary. Fortunately, I learned the answer from...
  3. J

    Trapping errors from RowSource query

    Hi folks, How does one trap run-time exception errors which occur as a result of RowSource settings (which were set using the Properties window in Design View)? I'm working with a large codebase of VBA written in Access 2003. In over 100 instances, the developer used RowSource to enter a...
Back
Top Bottom