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 IamaSherpa 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. xlemosx

    <area> tag object expected error IE only

    hi, I have some html and javascript that works perfectly in chrome and firefox but for whatever reason i get an object expected error in my <area> tag. Here is my code: <script type="text/javascript"> function showInfo(room){ if (room == "Mavis"){ $.modal('<img src="http://linktoimage.bmp"...
  2. xlemosx

    Arrows to turn page

    Hi, i was just wondering if it is possible to modify how acrobat reader navigates through the page. I would like to make it so that there is an arrow on both sides of the page to move to the previous page or to move forward a page. something like this ________ | | |...
  3. xlemosx

    Update Query for Medium Date Format

    haha nvm CDate() works amazing.
  4. xlemosx

    Update Query for Medium Date Format

    Hi, I'm trying to create a program that imports a file im receiving from another department and after 3 months of back and forth trying to get the file in a format that is easiest to work with i've given up (can you tell i'm bitter?). I'm just going to use what they have given me and i've made...
  5. xlemosx

    Change Datasheet Column Width

    how would i go about that? right now everytime a button is clicked it deletes the query because in the code it creates the query. It cannot create the query unless it has been deleted. The reason i need it to do this is because the user enters a date first and then the query is created based...
  6. xlemosx

    Change Datasheet Column Width

    Hi, The problem i'm having is with about 4 Queries datasheet column widths (not sure if i'm saying that in the most technical terms lol). I have an access database that with VBA i have it creating a querydef. Each time the program is run the query is deleted and created again with the querydef...
  7. xlemosx

    Date input regardless of international settings

    thanks MajP, the info on that website worked great. I looked through that website before when i was searching google but i didn't read it properly and thought it didn't apply to my case :S lol I now have: "SELECT TimeEntryAppName.App AS AppName, Sum(Extracts3.Hours) AS SumOfHours " & _...
  8. xlemosx

    Date input regardless of international settings

    Hi, I'm writing a VBA access program that is to be used around the the department i work in. Now you would think being in Canada and only being for one department everyone would be using the Candian regional settings, but this is not the case. Some computers are using US and some Candian...

Part and Inventory Search

Back
Top