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. jeremyhache

    Drop Down Menu with User Specified Field???

    This may be an HTML question, but how would I set up a Drop-Down Menu with a field that is user-specified? In other words, I want the user to be able to choose one of the choices, or just be able to type their own text in the top of the Drop-Down Menu.
  2. jeremyhache

    Sending Data to Parent Window from DB child window

    I have a page which needs to be updated through a child window. The child window is a page that just displays a table from a database. Each record has an "Apply" hyperlink next to it which reloads a copycat page on the parent window and updates certain fields. However, because I am...
  3. jeremyhache

    Javascript for Retrieving Form Values

    Awesome! Thanks!
  4. jeremyhache

    Javascript for Retrieving Form Values

    I have a page set up which takes in values from another page and needs to build a formatted page based on these passed values. HOwever I've run into many snags. I need the page I'm creating to be formatted a certain way, since it needs to be printed out, I won't go into the boring details...
  5. jeremyhache

    Can HTML code be "Looped" with VBScript

    I need to prepare a formatted page which is based on data sent from a previous page. I have a few variables which I use to calculate the number of pages which need to be created. I already formatted several tables to fit perfectly on 1 printed page. I need to be able to loop this behavior...
  6. jeremyhache

    Can you use a loop to regenerate a formatted table??

    Is there a way to create a loop in javascript that will loop html code? I have a table on a screen to be printed, and it's formatted to fit perfectly on one printed page. When the page loads, I want it to be able to create additional pages based on a variable from the previous page, let's say...
  7. jeremyhache

    We have two novell servers here at

    We have two novell servers here at work and one runs Backup Exec at night to back up the network to a Python tape drive. Ever since I've been here (almost a year) the nightly backup would fail perhaps once every 2 or 3 weeks with the error, "There is a cleaning tape in the drive. Please...
  8. jeremyhache

    Novell Backup Exec fails due to "Cleaning Tape" error

    We have two novell servers here at work and one runs Backup Exec at night to back up the network to a Python tape drive. Ever since I've been here (almost a year) the nightly backup would fail perhaps once every 2 or 3 weeks with the error, "There is a cleaning tape in the drive. Please...
  9. jeremyhache

    Grayed-Out Text Boxes???

    COOL, THAT WORKS PERFECTLY, THANKS!!!
  10. jeremyhache

    Grayed-Out Text Boxes???

    Is it possible to create grayed-out text boxes (or white, color doesn't quite matter) in a form that the person viewing the web page will not be able to alter?
  11. jeremyhache

    Popup Navigation Boxes in ASP???

    Is there anyway to set up pop-up navigation boxes in ASP? I'm looking for something similar to the navigation system that Windows uses when you press the START button, where the first box opens with choices to lead you to another box with more choices or links. Thanks.
  12. jeremyhache

    HOW DO I USE A BATCH FILE TO AUTO LOG-IN???

    Thanks so much! I figured out the last request I had. There's a quit Action that you can choose in the macro design that exits Access so now my batch file and macro are complete! Thank you so much! You've been most helpful! Plus you've got an awesome name to match! Jeremy Hache
  13. jeremyhache

    HOW DO I USE A BATCH FILE TO AUTO LOG-IN???

    Alright, that's an awesome idea, in fact I just added a line to the batch file that deletes the old file before I run the Macro. So that's all set! But now is it possible to close Access either through the batch file or the macro, or does it have to stay open until somebody manually closes it??
  14. jeremyhache

    HOW DO I USE A BATCH FILE TO AUTO LOG-IN???

    Ok, here's the converted code: PATH = "C:\Program Files\Microsoft Office\Office\;C:\Windows\Command" START Msaccess.exe "C:\Inetpub\wwwroot\fpdb\newprocess.mdb" /User "Admin" /pwd "Admin" /x "AutoEndOfDayQCReport" EXIT Option Compare Database...
  15. jeremyhache

    HOW DO I USE A BATCH FILE TO AUTO LOG-IN???

    Alright, I got logging in automatically to work when I broke it down and figured out where my mistake was. Thanks. However, Access now opens and goes straight to a warning box asking if I want to replace the existing file since my macro copies a report to a file on my intranet directory, so I...
  16. jeremyhache

    HOW DO I USE A BATCH FILE TO AUTO LOG-IN???

    I just tried that and it doesn't work!! It definitely should but it still pauses at the password prompt and waits for me to put a password in. Then when I continue it still prompts me on whether or not to overwrite the existing file. Should I reinstall access?
  17. jeremyhache

    HOW DO I USE A BATCH FILE TO AUTO LOG-IN???

    I set up a macro to run a report in Access when I'm not around, so it needs to open Access, log in as an Admin, and run the macro, then preferably close Access. I wrote a batch file that tries to run the macro, but I'm unsure as to how to input the username and password automatically and the...
  18. jeremyhache

    Using Yesterday's Date as Criteria for a Report

    I'm new to Access and sql so how would I use yesterday's date in MM/DD/YYYY format as criteria for a report in Access 2000? I'm trying to edit an existing report that prompts for the date but I need a version of this that I can have a batch file run daily, so it can export an .snp version to...

Part and Inventory Search

Back
Top