Search results

  1. A

    Visual Basic Application Shortcut Parameters

    I am fairing competent at using Visual Basic however this one thing has just come to me which I would like to utilise for a project and would like input if someone else has achieved this. Basically I would like to write my application and once it has been compiled etc and being used by a user...
  2. A

    Generating sequences of numbers

    I'm looking to generate a series of numbers from a range of numbers to find out all the possible out comes for example number range 1-10 and if we wanted sequences of 3 numbers from the range they would be like 1,2,3 1,2,4 1,2,5 1,2,6 1,2,7 etc obviously I'm looping to do this via loops...
  3. A

    Access VB, new records created from variables and loops etc

    i'm working on a course booking system using access which is heavily coded using vb however I have stumbled onto something that a few eyes maybe able to put a bit of focus on. creating new course dates that follow a repetition: I have a form with a couple of combo boxes a list box and a...
Back
Top Bottom