Search results

  1. 3

    make a report text box invisible based on its value

    i have a macro that opens a report. Then the second line of the macro defines a value report!reportname!dateclosed.visble = false with the condition statement report!reportname!dateclosed = null. In theory if the date closed is null then its text box on the report would be invisible. when i...
  2. 3

    dislexic needs to run spell checker on text lables

    You can run the dictionary on the contents of a table, but how can you double check the spelling of your text box lables on a form in design view. I do most of by programming in French, and would like to make sure that my forms, report titles are correctly spelt properly. Suggestions any one.
  3. 3

    Does anyone know of a great macro site?

    I need to improve my Access macro skills. Is there a sample data base that is more of a self teaching tool on macro programming from beginning to advanced. Merci.
  4. 3

    just a quess

    1) create a random number in the query where your questions are. 2) create a macro that runs the query. 3) and prints your report 4) i suppose you can put a button on a form to do this and click on it 10 time for 10 copies. 5) rap your macro around a do repeat command. good luck
Back
Top Bottom