Search results

  1. L

    Empty a folder

    I'm currently building a small application and one of the buttons needs to empty a folder on the c:/ local drive is there a way to do this without removing the folder just all the contained files? as a possible bonus i would like to get the folder location from the registry but this is...
  2. L

    what is best way to clear tables?

    I need to b able to clear records from 3 tables with one click I tried opening each as a record set and looping through deleting each in turn with a loop, however this I know to be poor practice and it also errors as i cannot delete a record that is part of a relationship. is there a more...
  3. L

    Help needed with conditional formatting

    I have read the Access Help page before posting here I have a text box called TxtCharRemain formatted as general number It displays how many more characters can be typed into a text box named TxtActionTaken I want the contents to appear in red when TxtCharRemain is less than 1 (0 or negative)...
Back
Top Bottom