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!

Recent content by jimbo08

  1. jimbo08

    Cut & Paste from form to subform

    Thanks, Ace Man! Your idea is a good one. You have not given me a complete solution, but a path to it. My users typically copy a string that may be one or two highlighted words in the source control, and then paste them to the end of existing text in the destination control. But -- since...
  2. jimbo08

    Cut & Paste from form to subform

    I have inherited a database that I recently converted from 97 to Access 2003. Several of the users have complained that they are unable to copy data from one field on a form, and paste the copied data to another field on a subform in that same form. When the user clicks 'paste", there is a few...
  3. jimbo08

    Assignment in VBA

    I am modifying someone else's code in an Access database. Can anyone explain the significance of the # in the following assignment: Const TIER_EE As Double = 1# Thanks
  4. jimbo08

    Access VBA

    I have a text box in Access 2003 where users might sometimes enter "(c)" (lower case 'c' enclosed in parens). When they do, the three characters are immediately replaced by the Copyright symbol ©. I need to find a way to prevent this.
  5. jimbo08

    Hourglass Mouse Pointer changes to normal when Excel object is created

    Thanks for your suggestion. It would seem to me that this would work, but it doesn't. However, (by accident) I found that if I call a message box early in my procedure, the hourglass returns. This must have something to do with making the calling form the active window again -- such things...
  6. jimbo08

    Hourglass Mouse Pointer changes to normal when Excel object is created

    I have an Access form that takes user input, and then calls a procedure in a VB module. The procedure creates an instance of Excel, and then writes a considerable amount of data to it, taking several minutes. I change the mouse pointer to Hourglass just before I call the procedure, but the...
  7. jimbo08

    Can you ignore warning on append query?

    PH: Thank You! That worked great! Jimbo08
  8. jimbo08

    Can you ignore warning on append query?

    Is there any way to access the "description" property of an Access query through VBA? The "desciption" I am referring to is the one available by right-clicking on the query name in the database objects window.
  9. jimbo08

    Database File Paths Nightmare!!

    Steve: Thanks for your help, but I am still not clear as to how to reference the foreign domain in the UNC. I am coding in VBA to create XLS files of Access data on a server in a domain other than the one I am logged into. So will I simply add domain to the beginning of the UNC? Such as -...
  10. jimbo08

    Database File Paths Nightmare!!

    How could I modify the above path examples to access files on another domain in my company's network? Thanks, Jimbo
  11. jimbo08

    Get user login name

    Please correct me if I'm wrong, but I think that both of these methods will return the term "Owner" instead of the username when used with Windows XP and the logged-in user happens to be the Owner of the machine. If anyone has a way to get around this, please advise. I've been hoping...

Part and Inventory Search

Back
Top