Search results

  1. A

    How to get the name of any text box clicked on

    Hello, I have 480 textboxes in my form. What I am looking to do, is that any time any of thest textboxes are clicked (or double clicked) I want to then get the name of that textbox saved into a variable. So I have created a public variable called tbName. What I need is this: - if the active...
  2. A

    Editing a specific textbox depending on a number

    Hi, Essentially I want to edit a specific textbox depending on a number which is dependent on a number of things and varies each time the form is run. For example, if the number is 0 I want to edit tb0.value. If it's 1 I want to edit tb1.value etc. I have specifically labelled my text boxes in...
  3. A

    PLEASE HELP!!!! Changing Record Source - No functions / events work

    Hi All, I have created a system consisting of a data entry form etc. It was originally connected to one record source exported from a sharepoint site. I had to add a field to the sharepoint site and so i created this additional field and re-exported the data and changed the forms record...
Back
Top Bottom