Search results

  1. B

    "If Exist" command in VB?

    Hi all, Here's what I'm trying to do. Can you help me? I assign a temp file name of "DP01.txt" If this file already exists on C:\, I'd like to try DP02.txt then DP03.txt ...etc Once I find an unused number (between 01-99) I'll open it and start writing data to it. I have the program working...
  2. B

    Newbie - Passing info between forms

    My first form opens a VB script that compares a users name to their password which is stored in an Excel database. Several forms later, I need the users name again. I assigned it to a string called "username" but once I close that first form it seems to lose it? Here's where it gets trickier...
  3. B

    Newbie question on captions

    I'm trying to create a form that has list of 12 option items to choose from. I need to show which order each item was selected. This can be just one item selected or up to all twelve. As the user clicks on them, I'd like to have the number 1 come up next to the first selection. Then the...
Back
Top Bottom