Search results

  1. M

    mscomct2.ocx

    Hi I have developed an Access application which has ListView. The application will be used by many users. On clicking the application, some users get the error that mscomct2.ocx could not be found. Do I need to reinstall Windows XP or MS Access. ?
  2. M

    SQL in Access

    Hey Paul I found the bug :). I was closing the rsManagerReport inside the "If" condition. There will be cases when "If" condition would be false. And Access was re-opening the recordset with different parameters without closing it . I should have closed the recordset outside of the "If"...
  3. M

    SQL in Access

    it's celeron:)
  4. M

    SQL in Access

    Data type is text. eg 592479
  5. M

    SQL in Access

    Sorry, I compressed the file. I have zipped it.
  6. M

    SQL in Access

    Not able to upload the file. It is too huge. Can I send to your personal ID ?
  7. M

    SQL in Access

    I tried everything I could. Breakpoints, msgbox after each MySQL assignment but to no avail. Another thing that I noticed is that, it pulls data only for the first person in the EmployeeDetails. For others it does not pull data eventhough data is there.
  8. M

    SQL in Access

    Hi Please help. It's urgent.
  9. M

    SQL in Access

    Hi I do that below before Wend, though I did not paste it. I have pasted the whole code down. The issue is that, the excel sheet remains empty except the Heading. Another thing that I noticed is that if I give a specific badge_no instead of rsemployeedetails!badge_no in MySQL, access transfers...
  10. M

    SQL in Access

    I have a table with manager's name and employees' name. I have written a code that will pull the orders created by employees' in an excel sheet. The code is as follows : The value in text box txtFromDate and txtToDate is from a calendar. txtFromDate.SetFocus dtFromDate =...
  11. M

    Outlook email from MS Access

    Hi I have written a code that composes a new mail from MS Access. It does what i need. It also gives a question before displaying the mail body : "A program is trying to access e-mail addresses yo have stored in outlook. Do yo want to allow this ?" If I give yes, it proceeds with composition...
Back
Top Bottom