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:
For Counter = 1 to Date ' date is the # of boxes picked DTPicker1.visible = true 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
