Search results

  1. T

    carriage returns

    I have a table with a memo field called "DESC". That memo field gets populated from code. My problem is that I have carriage returns in my code that converts to some type of symbol which is displayed in the field of the table. How do I get the data to populate the field with the carriage...
  2. T

    Filename extraction

    Hi..can someone please help me with this. I have a folder on my desktop named: [BFolder]. In this folder contains 100 files of .jpgs. I would like to extract the .jpg filenames into either a spreadsheet, txt file or table in a database. Is there a way I can do that?
  3. T

    MouseWheel Disabled sometimes

    OK .. so now I have placed the code on the onLoad event of the form and when I open my form i get the attached error message about not finding the MouseHook.dll. But the .dll is in the same folder as the .mdb. I don't understand why it's not working.
  4. T

    MouseWheel Disabled sometimes

    I'm not sure why I'm using the send keys to the ESC key. Let me research that. I'll remove it to see if that is the problem.
  5. T

    Mailing Labels margins

    Hi I'm using version 2003
  6. T

    Mailing Labels margins

    I can't seem to get my mailing labels to print out right. I have Avery mailing labels (product #5363). The label dimensions are 1 3/8 X 2 13/16 and there are 3 labels across the top and 8 in a row. I can't get the data to come out evenly on all the labels. The first row is good and the...
  7. T

    MouseWheel Disabled sometimes

    I have no idea why the disabled mousewheel function works fine when I load the form but as soon as I click on my listbox to find a specific record on my form the mousewheel in back enabled. Don't know what's going on. Can someone please help me with this problem. Here is the code I have on...
  8. T

    Insert File Attachment

    Yes. This is what I have them to do now. I don't want them to have the flexibiltiy of MS Outlook. I would like to handle all functions within Access. So I have a template that will allow them to type in the recipient, cc, bcc, and body. Now I need something for them to search the directory...
  9. T

    Insert File Attachment

    I have a button that automatically sends an email with an attachment to a specified location. However, the end users want to be able to add a message and additional file attachments. I can create them a template to add the body of the email but I would also like to give them a feature that...
  10. T

    delete a database file

    Darn .. not the answer I was looking for .. oh well. Thank you
  11. T

    delete a database file

    Hi there, Is there a way to keep a database file from being deleted from the directory? How can I set permissions to the file?
  12. T

    customize error message

    Is there a way to customize the error message that you get when you try to open a database without the necessary permissions? For example, if I try to open a database through the directory without being attached to the workgroup associated with that database, I get the following error message...
  13. T

    Export Reports with Charts

    Is there a way that I can programmatically copy charts into a PowerPoint presentation and then have the PowerPoint file auto open up? I have 10 charts on 10 different forms. I need to have all 10 charts dumped into PowerPoint. I know I can just manually copy to the PowerPOint but my manager...
  14. T

    Subform filter

    I'm trying to open a form and filter the subform called "frmUpdate_sub". The main form is called "frmUpdate_main". I have a button on another form and the code behind it is: Dim frm As Form Dim frm2 As Form Set frm = Form_frmUpdate_sub DoCmd.OpenForm "frmUpdate_Main" DoEvents frm.Filter =...
  15. T

    validation rule not easy

    I'm trying to set up a validation rule for a control on my form. The control is called [evDate] which captures the date entered. If the date is later than the current date I want a simple msgbox to popup as the validation text and the user can't go beyond that field without entering a valid...
  16. T

    select all feature

    Hi everyone. I am trying to create a "select all feature" for my multi select listbox. Basically if I have 10 items in the list, instead of the user selecting each item or selecting the first item and then holding down the shift key and selecting the last item, I want them to be able to click...
  17. T

    Computer Name

    thanks guys. that worked perfectly.
  18. T

    Computer Name

    Is there a way to find out what the computer name of the computer that's logged in to the database. For instance, I have a workgroup file that's associated with my database. I can set a variable to CurrentUser() and it returns the current user logged in. How can I retrieve the computer...
  19. T

    Crazy Report Design Issue

    i'm using a MDB and I'm using the default printer
  20. T

    Crazy Report Design Issue

    I can not design any reports. Nor can I view the design of any existing reports. When I click to view the design of a report , it does nothing. I have uninstalled MS Office. I have run repairs on Office and it still does the same thing. What could be the problem with the reports object that...
Back
Top Bottom