Search results

  1. H

    Error handling in VBA: how to do it wrong

    Thanks!! Makes sense, The main routine is above my pay grade. Rather than respond to all of great advice I have received, I will put my resolution here. There is no data modification so errors cannot affect data. Being a simple and low cost application I think putting error handling in the few...
  2. H

    Error handling in VBA: how to do it wrong

    Here is why I ask. In one module I have 23 onclick, dbclick, and keydown subs like the following that call one of two processing subs. Private Sub ChooseRange_AfterUpdate() RunSearch End Sub It makes sense to put error handling in the subs that do processing, but it will nearly triple the...
  3. H

    Error handling in VBA: how to do it wrong

    I have a program that is 100 % error intolerant. The only possible errors are data corruption, a corrupted program or OS problems. The only fix will be replacing the program Therefore I need a msgbox to display "Error occurred. Application will now close. If this error occurs again contact...
  4. H

    Distributing DBs

    Thanks I am going you check out.
  5. H

    Distributing DBs

    Thanks!
  6. H

    Distributing DBs

    I am looking at Inno Setup examples and have one question. How do I dealing access runtime. SSE checks for the existence of MS Access and only installs the runtime if MS Access is not installed.
  7. H

    Distributing DBs

    It is a King James Version Bible search tool.
  8. H

    Distributing DBs

    I understand . . . Retired on fixed income - no real expectation of making money (one expects a return on investments) because I have no real idea how to market it. More than willing to invest if it sells. What is the lease $$ option - SSE $200 is out of reach. Thanks!!!!
  9. H

    Distributing DBs

    I am on a low budget i.e. no money and have created a DB that might market in a niche market so there is virtually no way I can afford a license for SSE even though it is very affordable. Is there any free packagers that I could try?
  10. H

    WhoAmI

    MS Access player since the 20th Century more than willing to help anyone I can.
Back
Top Bottom