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 bkrike 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: Page410
  • Content: Threads
  • Order by date
  1. Page410

    VBA Clipboard Manager

    Issue: Current process uses MS Access, MS Word and the Windows clipboard to create correspondence. Because of the way that the clipboard is used I can only have one of these processes running on a machine at any given time. If I try to run more than one, I run the risk of incorrect data being...
  2. Page410

    Copy record and all related records

    I was wondering if there was any way to identify and/or copy all records related to a record being copied. Let's say I have 5 tables A,B,C,D,E My goal: When I copy record A1 to create record A2 I would like to identify all records in B,C,D,E (if they exist) and create records in those tables...
  3. Page410

    Check if control exists

    Here's a quick little function that will check if a control exists on a form or subform and return a boolean value. I've used it to check to see if recordset field names are used as form control names, updating the recordset with the form value when I have a match (let me know if anyone is...
  4. Page410

    Trap errors from pdflib

    The pdf activex control doesn't include an error class. Does anyone know how I can trap these errors. Has anyone out there already written a class module for this?
  5. Page410

    MsgBox with a Scroll Bar?

    I was wondering if anyone knows how I can get a vertical scroll bar on a text field where the data is locked and not enabled? Basically, I'm creating a msgbox with a scoll bar. Any help is greatly appreciated. Thanks, Mike
  6. Page410

    Query using totals

    Good afternoon all, Quick question, should be an easy one but I think I'm a bit brain dead today. I seem to be having some trouble applying criteria to an expression within a query that is using totals. I keep getting prompted for expressions that are defined within the query in other columns...
  7. Page410

    I'm looking for a conference

    I'm looking for a conference on any one of a number of subjects. It can be on Access, SQL, VBA, VB, Office, any Office application, anything I can relate to my job. Basically, my boss is sending me as a reward so it doesn't have to be a huge learning experience for me. So because of this, I'm...
  8. Page410

    Retrieve Outlook item properties

    I was wondering if anyone has any insight into retrieving properties for Outlook items, specifically item type. I need to be able to identify if the item is a note, post, mail item etc. Any insight or direction is greatly appreciated. Thank you, Mike
  9. Page410

    Does anyone have any experience wit

    Does anyone have any experience with calling functions from a table? I have a table that contains rules for a process. The table contains a sql statement that is tested and also a yes function field and a no function field. If the sql statement returns positive then I want to be able to call...
  10. Page410

    Run functions from code (variables)

    Here are the facts: I have a piece of code that retrieves a function name from a table based on criteria met. The function name is assigned to a string variable. I need to be able to run the function from the code using the string variable. So far, no luck. I haven't been able to hit it yet...
  11. Page410

    Filling a list box

    I have a form that fills a list box with file names from a directory but I need to be able to include the file created date as well. I don't know if my brain is cramping or this is actually difficult but I can't seem to think it through. Below is the code that I'm using to grab the file names...
  12. Page410

    Acrobat ActiveX control Hide Command Bar

    I'm working with the Acrobat ActiveX control in an Access form for the first time and could use a little help. The control has a default src of null and is not visible on the form. When I double click a file name from a list box, I'm populating the src and making the control visible. The...
  13. Page410

    RightFax VBA Coding in Access 2002

    Has anyone done any VBA coding for RightFax (by Captaris) in Microsoft Access? RightFax is a faxing application that integrates with Outlook. Although, I am fairly proficient in VBA, I've never worked the RightFax model. I've loaded the api and I'm ready ot go but to be honest, I'm not sure...
  14. Page410

    Pass Through Queries with parameter from form

    I posted this to the Access queries forum but perhaps I should be posing the question to this group. I'm looking write a pass through query in Access 2002 that will contain a parameter supplied by a form. I'm having some difficulty getting this to fire. Does anyone have any experience in...
  15. Page410

    Pass Through Queries with parameter from form

    I'm looking write a pass through query that will contain a parameter supplied by a form. I'm having some difficulty getting this to fire. Does anyone have any experience in doing this? So far, this is what I have: SELECT DISTINCT dbo.clmsttus_hist_lmy_v.clm_num...
  16. Page410

    Importing e-mail message bodies into Access

    I was wondering if anyone had some code that will grab the message body from an Outlook e-mail.

Part and Inventory Search

Back
Top