Search results

  1. V

    Outline Font

    Not quite sure I understand, but can't you just set the borderstyle of the label or text box to solid and then you can change the color and thickness of the borders to yours hearts content!
  2. V

    Preventing user from restoring form

    Hi Hoping someone can help me here. I have a form which is maximised on startup which also has the min/max and close button disabled. What i'd like to do is also prevent the user from restoring the form to ie. click the restore button which then makes the form smaller as i'd like the form to...
  3. V

    Duplicate Names

    Hi Just a quick question, I assume that you want to check that a name doesn't exist before updating, so why are you placing the code in the after update event?
  4. V

    Using a combo box to display a table

    Okie dokie, the example uses two combo boxes, didn't see the table bit. Glad you found your answer. Enjoy
  5. V

    Using a combo box to display a table

    Hi Gamezy Attached is a file in which I have used some code to demonstrate one of the ways of achieving this. Regards
  6. V

    Capturing Changes when form closes

    Hi Vel In instances like this where I allow users to edit/update forms i normally disable all input controls until the user clicks edit and then only record the changes once they click update. In response to your question the simplest way to capture changes to a control is in your form close...
Back
Top Bottom