Search results

  1. N

    Refering to a Text Box using a string

    Excellent! thanks.
  2. N

    Refering to a Text Box using a string

    Hi, Does anyone know if it possible to refer to text boxes using a string ? I have a form with txt boxes named "txtOrder1","txtOrder2" etc. and want to load them with a string such as "txtOrder"+"1", "txtOrder"+"2" from user input ?
  3. N

    CSV File import to AC97

    So I saw - but it's not in Autocorrect as far as I could see .
  4. N

    CSV File import to AC97

    A curious problem, I import CSV data into an AC97 table and this has worked without any problems for years. However we have recently taken on a new member of staff and one of the fields being loaded are his initials 'SF' and this results in Import errors. I tested any other letters 'ME','MF'...
  5. N

    Curious label display problem

    Works a treat ! Cheers
  6. N

    Curious label display problem

    I have a form that is used to check a dynaset for numbers that are not contigous - works fine, no probs - but on the On Click event of a command button that runs the code I program a label to be visible with the word 'Running' immediately before the detailed code. This does not display for some...
  7. N

    Conditional format of Text box

    To Mike G - From earlier replies and searching for info I've got it working in ForeColor no probs - by using an overlayed second Text box set to a different color from the first Text box - I found that using Blue and Red worked fine with a logic test in the Event of the second Text box. I would...
  8. N

    Conditional format of Text box

    Thanks for info, but I'm using A97 and this doesn't work - it only converts all Text box formats to the first change rather than reacting to each Text box value. I've an idea that this doesn't happen with A2K and there is some kind of fix for A97 - but what is it ?
  9. N

    Conditional format of Text box

    Is it possible to change the BackColor property of a Text box depending on it's value ? The Text box is being Continously listed in the Detail Section of a SubForm to the main Form.
  10. N

    Counting the displayed records in a sub form.

    Thanks Jack, after a bit of fiddling the DCount function works fine - Cheers.
  11. N

    Counting the displayed records in a sub form.

    I have a form that displays the first record that matches the query. However if there is more than one record matching the query, the multiple records are displayed in a sub form of the main form. Is there a way of counting the records in the sub form so that it can be blanked out if there is...
  12. N

    Pop Up Form Location

    Is it possible to get a pop up for to display at a specific location instead of Auto center, and make the form fixed.
Back
Top Bottom