Recent content by crook_n_flail

  1. C

    Interfacing MSAccess with a Palm OS

    Just wondering if anyone has any experience getting data from a Palm to an MS Access database?? Any advice is greatly appreciated. Thanks! rich
  2. C

    Attaching a help file

    Just figured it out. Thanks anyway! crook
  3. C

    Attaching a help file

    I have an .hlp file that I would like to attach to my database. Can anyone tell me how to accomplish this? Any information is greatly appreciated. Rich
  4. C

    Chr()

    Exactly, or you could use: vbCrLf This takes care of carriage return and line feed. regards, crook
  5. C

    Chr()

    Yes it is chr(13) regards, crook
  6. C

    Referencing a subforms controls

    I have a form with a subform but the subform's Source Object property can be one of several forms based on a combo box selection the user makes on the main form. How can I reference different controls on these possible subforms? Any information is greatly appreciated and if I need to be more...
  7. C

    User Editable Data Entry Form

    I'm designing a tool that automatically emails specific individuals based on check box selections the user makes on a form. The check boxes represent events worth reporting. My boss requests that the users be able to add check box criteria. I don't think it's possible to allow a user to edit...
  8. C

    Carriage Return in text field

    Thanks very much for your help. Both options work just fine. I had used chr(13) without chr(10) and that was what was holding me up. Thanks!
  9. C

    Carriage Return in text field

    I'm trying to store a string in a text field that contains a carriage return. I build a string with a chr(13) statement but when i view this field in a report it doesn't do a carriage return. Any help is greatly appreciated. Crook_n_flail
  10. C

    Type mismatch error message thrown

    I too had this problem but instead of having to use the JET engine reference I had to check the Microsoft DAO 6.0 Object Library reference. This solved my delima.
  11. C

    Run code when user tries to exit Access.

    Running a macro or module when Access first starts up is straight forward enough; but how do i get a form to display when a user hits the "X" button on the title bar of the main Access window?? Any information on this matter is greatly appreciated.
Back
Top Bottom