Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. skippypaul

    Quiz Problem

    I am writing a quiz programme and have set up an "if..then..else" routine to check that the question has not been previously asked. The routine works fine until it finds a question that has been asked. I'm not sure what to put in the "..else" part (to replace the ?????) to...
  2. skippypaul

    Calculating date from scroll bar input

    I have got a form set up where a person's date of birth is input using three scroll bars (one date, one month and one year) and need to use this input to calculate a persons age. Having difficulty converting the input(s) to a form that can be used in a "DateDiff" statement. I...
  3. skippypaul

    Text inputs in lower case

    I am a VB beginner and trying to get a client name entering text box to only accept alphabetic inputs. The box accepts UpperCase (Capital) inputs (using &quot;KeyASCII >=A or KeyASCII <=Z), but I cannot work out how to get it to accept lower case. The same code with lower case letters does not...

Part and Inventory Search

Back
Top