Results 1 to 3 of 3
  1. #1
    eacollie is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2011
    Posts
    10

    Debugging


    Is it possible to display the contents of an array when debugging?

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    Yes, I'm attaching a sample of a small program. Within the program I fill an array col() with names of skills. I have a screen capture showing the value of i (the index) and the contents of col(i) in the locals window. In the program itself, you could use a loop to display each of the entries in col() also.

    Good luck

  3. #3
    eacollie is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2011
    Posts
    10
    Thanks orange!

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

Similar Threads

  1. Debugging help
    By Buakaw in forum Access
    Replies: 3
    Last Post: 02-16-2011, 09:50 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