Search results

  1. S

    create file for output + name it current date

    I need to create a text file and name it the current date. I then need to have the results of a query exported to that file. If a file with the same name already exists then it has to overwrite it. I have attempted this by using the Open, Freefile, Print and Close commands. Unfortunately I am...
  2. S

    random number generator

    I need a textbox on a form to contain a random number which refreshes(changes) everytime I click a particular button on the form. I have searched the help files etc and all I can find is the RANDBETWEEN function which is ideal, but it only seems to work in Excel worksheets. Is there are function...
  3. S

    Display combo box value in a text box

    My form contains a text box and a combo box. When a value is selected from the combo box I want it to be displayed in the text box. The combo box contains a list of 4 digit postcodes(zipcodes. I have linked my text box to this combo box using the source property of the text box, but when I try...
Top Bottom