Search results

  1. M

    logo problem

    Hello everybody, I have to attach a logo (jpeg image) to an email text as well as to the report which is attached to the email as a pdf file. The logo shows up when I open the report in ACCESS but when I open it in the email as a pdf attachment it does not show. Also it doesn't show in the...
  2. M

    Appointment Setup (Calendar)

    Hello, I have a problem to solve using ACCESS 2007. I have an 'appointments' table and a calendar. So far as I click on any date on the calendar it is supposed to show me the appointments for that specific date on the form (this info is gotten through the 'appointments' table which has the...
  3. M

    Calendar question

    It works now. Thank you very much for your help
  4. M

    Calendar question

    Can anyone please give me a hand with this problem? Thank you very much.
  5. M

    Calendar question

    The Calendar's events are: OnUpdated OnEnter OnExit On Got Focus On Lost Focus So, OnChange is not there. Anyways, I tried doing that already with all the above events including "On Updated" and when clicking on the dates it doesn't do anything. Thanks
  6. M

    Calendar question

    Hello everybody, I have a simple calendar on form. I would like my program to perform some action as I change the dates on the calendar, for instance assign the value of that specific date that I click to a "txtBoxA" which is on the same form. How would I do this. The calendar data property...
  7. M

    Not picking up table value

    Can anyone help me out with this? Thanks
  8. M

    Not picking up table value

    DLookup("[CornerStapleThickness]![ThicknessFactor]", "[CornerStapleThickness]", "[Forms]!
  9. M

    Not picking up table value

    Hi everybody, I have the following table: ID ThicknessFieldRange1 ThicknessFieldRange2 Factor 16 0.0641 0.068 0.97 17 0.0681 0.072 0.98 18 0.0721 0.076...
  10. M

    Automatic Refresh

    thank you very much, it is working now with the timer event
  11. M

    Automatic Refresh

    Hello everybody, I have many front end's (using ACCESS 2007 runtime version) in different terminals. Suppose that from 'terminalA', I am assigning a task to an employee who's using 'terminalB'. The user is already looged on to the program by this time, so I want that 'task' to appear on his...
  12. M

    Numeric format problem

    it works now, thank you
  13. M

    Numeric format problem

    Hello, I have a little problem. I am using th sendObject command where 'str_Body' is the concatenated body of the message. It contains some fields from an open form. When opening the email, the value of the numeric fields do not appear exactly in the same format as they look on the form (how...
  14. M

    Help on sendObject Error

    I put 'On Error Resume Next' and now it works perfect Thanks everyone so much
  15. M

    Help on sendObject Error

    the email opens up and is correct but when I close the email is when it gives me that error This is the code: str_Recipient = DLookup("[Contacts]![Email]", "[Contacts]", "[Contacts]![CID]=[Forms]!
  16. M

    Help on sendObject Error

    Hello everyone, The DoCmd.SendObject command was working fine. Now it is giving me a run-time error '2501' saying "The SendObject action was canceled" Would anyone know why this is happening?? Thanks PS:I looked up for this error number but it doesn't say anything related to the SendObject method
  17. M

    Sending Email from Form

    The sendObject command worked. Thank you very much for your help
  18. M

    Sending Email from Form

    Hello, I am a little lost here. My prorgam has a form where I added a button. When clicking on the button, it is supposed to use some fields from the form and add them to an email with additional info which is added when the email opens up and is about to be sent. My boss uses Mozilla for his...
  19. M

    Shared Drive

    Hello, I have an exrternal shared drive "E:"where I put my be files (which are constantly accessed by users with fe's from different terminals). Everytime I reboot the computer that I am working on (where the external drive is), I have to set up the permissions of the shared drive "E:" all...
  20. M

    DoCmd.RunSQL error

    ACCESS2007 I separated the tables from the forms So I have "system_be.accdb" (where the tables are), and "system.accdb" (where forms are). I can directly modify the tables on the back end file (system_be.accdb) but not on the system.accdb file. No OS updates. I don't know about the MISSING...
Back
Top Bottom