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!

Recent content by mok44

  1. mok44

    multiple attachments with aspmail

    Great! Thanks Zion7, I will give it a shot and let you know how it goes. Have a star for following up!
  2. mok44

    multiple attachments with aspmail

    Thanks Zion7 for your response. I am not sure Outlook would work in this case as I am using ASPMail to broadcast emails to multiple recipients. Does Outlook allow you to send emails to multiple recipients?
  3. mok44

    multiple attachments with aspmail

    I am using aspmail 4, with Access XP, and calling sendmail function from a form. The function presents an attachment dialog box where user can browse and attach documents. However I have been able to do only a single attachment to each email; is there a way to do more than 1 attachmment per...
  4. mok44

    Proper case (upper case) Names

    Is there a way (or function) in VB that will correct the case on proper names (upper case on first letter in Last and First names)? Thanks.
  5. mok44

    aspmail v4 timeout error

    I am using aspmail v4 (from ServerObjects.com) with Access 2000 on Windows 2000. Worked fine until recently for no apparent reason it is generating a timeout error. Anyone seen this yet? Any resolution? Please help.
  6. mok44

    database security

    Hi Jeremy Not sure what you mean by securing the backend? Do you mean setting users/passwords and permissions? Thanks
  7. mok44

    database security

    Thanks Quehay, the toggle works great. You deserve a start! Users are not able to open the backend and see the tables however they can link to them from another instance of Access. Any ideas for blocking that as well? You deserve a start!
  8. mok44

    Data corruption - chinese characters appearing.

    I was getting records corrupted when updating data between form and subforms. In my case I added a save command before closing a subform. Has anyone found other causes to this problem? Please share so everyone can take preventive measures. Thank you all.
  9. mok44

    database security

    I've tried several of the suggestions made here so far, I still cannot effectively prevent my users from seeing tables and queries, is there no way to lock the back end yet still allow tables to be linked? Same for seeing tables and queries on the front end. An .mde does not prevent the user...
  10. mok44

    database security

    Hi Jeremy Great tips on your site! I reviewed your security document. I think I am following the same process with the Access security wizard, however I am having to give some tables and query permissions to users otherwise they will not able to run action queries, insert/delete records etc...I...
  11. mok44

    database security

    I am struggling with which most efficient method to use to secure data in my database. I have an application split BE on server and FE on users workstations. I have already set up user level securit but users can still see the linked tables and queries from the FE and can also access tables on...
  12. mok44

    Datepart function

    I want to exclude in my query any record with a date prior to the current month. I used [<datepart(&quot;m&quot;, date())] which worked fine for all previous months until I hit January. I suppose when Dec (ie 12) is compared to Jan (01) my statement does not work anymore. Any ideas? Thanks.
  13. mok44

    Data corruption - chinese characters appearing.

    It's been a while since I visited this thread...The best thing of course is to prevent the corruption from occuring. In my case, edits were not yet committed when the user was moving to a new record. I just added a save command before executing the open command of the subform. Did the same for...
  14. mok44

    Data corruption - chinese characters appearing.

    HI MarrowGenx But are you deleting valid records that got corrupted? Or do your records recover with the values that got replaced by the Chinese char? Please explain. Thanks
  15. mok44

    Problem with spaces in path to database

    I am able to open other Access databases from the current one as long as the path does not contain any spaces, as in stAppName = &quot;C:\Program Files\Microsoft Office\Office10\msaccess.exe C:\FolderName\DatabaseName.mdb&quot; Call Shell(stAppName, 1) But the call does not work if the...

Part and Inventory Search

Back
Top