Search results

  1. R

    Runtime error when i open a form

    i would be if i knew where to start
  2. R

    Question Code works in accdb but not in accde

    so there is no way of knowing explicitly what the error is if it only occurs at runtime and doesnt give an error number how are we to know how to rectify it?
  3. R

    Runtime error when i open a form

    it is really - cos i still havent solved it
  4. R

    Question Code works in accdb but not in accde

    how does this differ from the packaged version?
  5. R

    Question Code works in accdb but not in accde

    could someone explain to me what the runtime command switch is and where to find it? thanks
  6. R

    Runtime error when i open a form

    ok thanks for your help
  7. R

    Runtime error when i open a form

    im not that usedc to error handling and find it ard to predict what the error might be - if the routines work ok without errors how do i predict what might go wrong?
  8. R

    Runtime error when i open a form

    that seems a bit difficult when i dont know the actual cause of the error
  9. R

    Runtime error when i open a form

    well i tried Resume Next thinking that this would override the error but it doesnt seem to work
  10. R

    Runtime error when i open a form

    i did wonder afterwards if that was my problem - i found it happens on two other buttons that print reports i guess its a little scraPPY of me not to be using error catches thanks for the reply ill get on it right away
  11. R

    Runtime error when i open a form

    i have a main form with a button that opens a simple form of 2 columns. this all works fine as an .mdb file but when i create an installer package to use with access runtime i have a problem - when i open the second form it shows on the screen but has a runtime error and when the error box is...
  12. R

    Retain previous entry in combo box

    ive had a look at this but cant figure out what it does - so many quotes within quotes - could you explain how it works please? """""" & Me!comboCourse.Value & """"""
  13. R

    Retain previous entry in combo box

    thanks very much - it seems to have done the trick right away - il ltake a proper look tomorrow and see what it does and how it works thanks again
  14. R

    Retain previous entry in combo box

    I have a simple combo box in a form which lists corses stored in a table Since new records tend to be inserted en bloc for a particular course id llike the combo box to retain the last course name and insert it in the default value of the combo This would automatically populate the combo with...
  15. R

    Email Report

    yes thats right - Email is the name of the textbox so that it sends to the saved email address for that person/record - ive just had to send an apology to the person concerned -- they will have a stack of test emails in their inbox - not a good day so far thanks for your help
  16. R

    Email Report

    sorry to be giving you false info -- ive just realised that im using the wrong record and sending the emails somewhere else lol but it still opens the vb screen if left in the background obviously not a problem when fully working -- but i stil lwonder why its doing that
  17. R

    Email Report

    oops i did that but still doesnt send i put a stop on the last line and looked for the file - it does exist in the directory also i tried .Display instead of .Send and that works???
  18. R

    Email Report

    can i butt in here stopher? ive tried your code changing it to rtf format but cant get it to work - when i click the appropriate button it either goes through the motions (i see the message box for a split second) then nothing, or it opens the vb screen but shows no error any ideas? thanks...
  19. R

    recordset picks up wrong Form

    i just made the changes as advised and in a flash it all works perfectly -- i hope thanks again
  20. R

    recordset picks up wrong Form

    there is indeed a reference to that form in my query i think i need to clean this up since ive tried so many different ways to make it work that specific line you refer to has always seemed problematic and ill try your version youve been a great help - thanks
Back
Top Bottom