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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Muzzery
  • Content: Threads
  • Order by date
  1. Muzzery

    Creating a DLL for system wide hooks

    Can anybody tell me how to create a DLL file for a System Wide hook please? I have no idea how it's done. Thanks, muzz :)
  2. Muzzery

    Anyone who knows anything about "Sub-classing" and "Hooking"

    Can any one give me any information on "Sub-classing" and "Hooking," and how to use them at all? Any help will be appreciated. Thanks muzz
  3. Muzzery

    Help with Word 2000 Automation in Internet Explorer

    Hiya, I've been asked to write some code for a Word 2000 document that has been opened in Internet Explorer. What i need to do is code a button to do the following: 1. Upload the document to an FTP site 2. Close the IE window I've solved the two problems, (using the Microsoft Internet...
  4. Muzzery

    Dates Problem, why won't it work?!?

    Hi, I am using this statement to find the amount of entries in a table within certain dates: TotalCount = DCount(&quot;[id]&quot;, &quot;Referral Inbox summary&quot;, &quot;[Received] >= #&quot; & Forms![Referral Lookup]![WeekStarting]# & &quot; AND [Received] <= #&quot; & Forms![Referral...
  5. Muzzery

    Calender Drop Down Box

    Hi, You know in Outlook, when you create a new task, say, and you choose the start date and due date, on the drop down box, it shows a mini clander? Does any body know a way to put this into a standard Access form at all? Thanks Muzz :)
  6. Muzzery

    Outlook Mailbox in Access Table?

    I've heard it is possible to link an Outlook 2000 Mailbox to an Access 2000 Table, can any body give me any clues as to how to do this? Thanks Muzz :)
  7. Muzzery

    Opening another Database from Access

    Hi, Is it possible to open another Database from a Database? I have tried using the command DoCmd.OpenDatabase, but the option is not listed in the drop down box that appears. When i trie to look at it in Help. it had (DAO) after it, and it wouldn't let me view the help file for it. Do i need...
  8. Muzzery

    Need help relating code to report topics

    Hi, this is going to be a long shot but I really need some help on an assignment I have to do. Basically Ive been given a program to look at and I need to write about it by realting to several topics. They are - Translators & linkers, system call, & background operation. The program itself is...
  9. Muzzery

    Importing Excel Files Into Access Problem?

    I'm importing an excel file into a database, and at some point through the process, it comes up with this error: Not enough space on temporary disk. does any body know what this means? The RAM isn't all used up, and the HDD isn't either. Thanks Muzz :)
  10. Muzzery

    Sending multiple E-Mails using MAPI

    I'm using VBA and Access to send E-Mails through Outlook. this is the code that i am using. code:-------------------------------------------------------------------------------- objMessage.Subject = Me![e-mail subject] objMessage.Text = Me![e-mail text] Set objRecipient =...
  11. Muzzery

    Wildcard Searches in VBA

    Does anyone know how to do this? Search through a field in Access using the Wildcard (* if unsure) option? I need the code to put on a button via VBA to open up another form with the results on. At the moment, i'm using a simple filter, so the user only see's exact results, is there a way to...
  12. Muzzery

    list box selection???

    Hi i need to take the data from a selected entry on a list box on one form to be put into fields on another open form. Basically it is a search facillity. The user searches for something, all the results come up on screen, and the user chooses ONE of the results to view in full detail on...
  13. Muzzery

    Run time error, don't understand.

    Hi all, I'm using Access 2002, Access 2000 file format, and when running an SQL Statement in a line of VBA Code, i get a run time error &quot;2001&quot; saying that &quot;You cancelled the previous operation&quot; If i click on help, i get a blank help dialog come up, not much use really! Does...
  14. Muzzery

    Self extracting zip question

    Does anybody know of a self exctracting zip utility for VBA, i need to create a self extracting zip to e-mail to clients. Is there an add in for VBA that allows this to be done? any help appreciated. Thanks Muzz.
  15. Muzzery

    Selection Window in Access/VBA

    'lo all you know when you click on &quot;open&quot; in a program, a little box comes up asking you which files you want to open? Does anyone know of a way to get a similar type, or that exact window, to pop up? I need it so that i can add attatchments to my own version of batch e-mail...
  16. Muzzery

    Modifying a shortcuts properties via VB

    Hi, Does anyone know of a way to modify or create a windows shortcut from a line of VB code? Thanks Muzz
  17. Muzzery

    Multiple Users Modifying Databases

    Hi, Does anyone know of an add in for access that allows more than user to design a form, query, report, etc for the same database? Thanx Muzz
  18. Muzzery

    References in access

    I'm using Access 2002, and it's great, but i have a problem. We have a databse on a server which is accessed by everybody here, the problem is that some other people have Access 2000 i installed, and when they use the system, some of the button's don't work, and some of the code won't run...
  19. Muzzery

    Putting Attatchments on e-mails through VB

    Does anyone know if it's possible to add an attatchment onto an e-mail using the &quot;DoCmd.SendObject&quot; command? I can get it to put hyperlinks on the body of the e-mail, but i need to send them as attatchments. Any body have any ideas, or help? Thanks in advance, Muzz.
  20. Muzzery

    Updating querys in other databases

    Hi can anyone help, i need to update a query in another database depending on the information put into a form, on a seperate database. Does any one know of any way of achieving this? Thanks Muzz.

Part and Inventory Search

Back
Top