Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tech12345
  • Content: Threads
  • Order by date
  1. tech12345

    code for “do nothing”

    Code for “Do nothing” Is there any VBA code for “do nothing” As an example, there is no VBA function for Is Not Null so to carry out an action if a field is Not null If IsNull(Fieldname) then ‘do nothing Else DoCmd.OpenForm “Formname” End If This works fine with leaving the first statements...
  2. tech12345

    Immediate Window

    This is probably a basic question, but I see a lot of code examples using Debug.print to copy some information to the Immediate Window eg Debug.Print Formname Debug.Print (strMsgPrompt) I can see the value of this for checking small amounts of information, but what about larger amounts. I...
  3. tech12345

    Redundant Macros

    Does anyone know a way of finding/listing macros which are redundant/no longer attached to any event.The reason for this is Im converting to VBA, and each new Event procedure leaves a redundant Macro. I could delete manually each time but the macro may be used in other places. Ive also searched...
  4. tech12345

    Redundant Macros

    Does anyone know a way of finding/listing macros which are redundant/no longer attached to any event

Part and Inventory Search

Back
Top