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 SkipVought 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: *

  1. Petchy

    Form Refresh Problem

    I have a form with a number of controls such as combo boxes and labels on it. When I select an item from a combo box that will update other controls on the form it seems to lose focus on a number of controls and just leaves a white space where they should be. If I click on them the controls...
  2. Petchy

    Problems with the Length of my SQL code

    Hi All, I currently have SQL code that is based on user defined tables. However some of the table names differ in length, the result of this is that occasionally an error is caused by the length of the query code being too long and access splits the table name so it does not recognise it. Is...
  3. Petchy

    HELP - Shell Function and opening a Secured Database

    Hello all, I've been having some difficulty opening a secured database with the getobject function. I've found an article on the Knowledge Base regarding this (Q192919) which seems to give me the answer - use the Shell command. However, I can't seem to get the command line instructions to...
  4. Petchy

    GetObject and secured databases

    Hello all, I need to open another database through automation. I'm trying to open that database using the GetObject method, however the database has a username and password and I can't get it to open. Can someone help? Cheers, Craig
  5. Petchy

    GetObject and secured databases

    Hello all, I need to open another database through automation. I'm trying to open that database using the GetObject method, however the database has a username and password and I can't get it to open. Can someone help? Cheers, Craig
  6. Petchy

    How do I round a value to 1 decimal place in a function

    I need to run a caluclation based on 1 decimal place and would like to round the value up. What's the best way to do this if at all? Cheers, Craig

Part and Inventory Search

Back
Top