Search results

  1. M

    Incrementing field value to get variable from form problem

    Dear Mr. B, This works greatly! Was my mistake not to declare the "i" variable, or simply the syntax I used within the brackets was wrong? Thanks again, Marcin
  2. M

    ‘Deactivate’ the Navigation Pane

    You can use the property "Control Box". If you set it to "No" (e.g. by right-clicking on the form, selecting "Properties" and then setting "Control Box" to "No") then your pane won't be visible. Marcin
  3. M

    Incrementing field value to get variable from form problem

    Hi, I have a pretty crazy problem when trying to do the following. I have a simple form with several textboxes. I would like to read the textbox value one by one by incrementing the textbox number (say we have 5 textboxes numbered Text1 to Text5. Here is the example of the code: Private Sub...
Back
Top Bottom