Results 1 to 14 of 14

Thread: (SOLVED)Bleh!

Threaded View

  1. #1

    Thread Starter
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Resolved (SOLVED)Bleh!

    Hi, I am new...I am more used to using VB.NET as that is the program I use in college.

    However, I am working at a job and using MS Access. This as you may know, uses vb6!

    Well in .NET I could fix this problem pretty easily, but vb6 is quite different .

    The problem I am having is I have several date time pickers, and depending on the input from the user, I only want to have a certain amount of them visible.

    My code is very basic right now because I usually delete stuff after I have tried it....


    The basics are
    VB Code:
    1. For Counter = 1 to Date ' date is the # of boxes picked
    2. DTPicker1.visible = true
    3. Next

    That makes the first dtpicker visible, obviously, however, I have 9 others I want visible as well.

    In .NET there is a trimend command and I can simply remiove the 1 and add a 2 and so forth, but in vb6 I cannot do this.

    Can anyone see a way around this? (besides bad programming )

    Sorry if I didnt explain this well enough, if you have any questions just post here
    Last edited by kfcSmitty; May 18th, 2005 at 02:57 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
  •  



Click Here to Expand Forum to Full Width