If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Visual Basic > Need Help with Unconventional Calendar

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-11-09, 12:35
Taterchimp Taterchimp is offline
Registered User
 
Join Date: Jun 2009
Posts: 2
Need Help with Unconventional Calendar

I am working on making a calendar-like report. It has the weeks listed at the top of the report, and an X if an event falls on that week. I am writing code in Visual Basic to search through a query that I have to see if a value in the query is a week. I have everything up to this point. My question is:

I want to create a table that has name of the event and weeks 1-52. I want to populate this table with a loop. Is there a way to loop through the columns to see if they are equal to the value? So if the query has week 52 listed, the visual basic will get to a count of 52 in one loop and go to a statement that will look for 52 in the table, and put an X there. Any ideas?

I know its not crystal clear, so let me know if you want clarifications.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On