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 ABinBoston

  1. ABinBoston

    MS Access 2000 crashes when I try to use any wizard

    Thanks for the reply. The problem is with MS Access on one PC only. It happens with all databases, even if I create a new blank database. When any wizard is used, Access crashes. I have had MS Access installed and working perfectly on this PC for many years, it is a newly developed problem...
  2. ABinBoston

    MS Access 2000 crashes when I try to use any wizard

    I have been using MS Access 2000 for a long time. All of a sudden, whenever I try to use a form wizard, combo box wizard, create table wizard, etc.. MS Access crashes and gives me an error. I tried repairing from the Access CD, removed Access and re-installed and the same thing happens.. any...
  3. ABinBoston

    set default date in record insertion form

    I have a record insertion form with some textboxes on it. I'd like one of them to be today's date in the format of 3/12/02 when the form loads. If the user changes the date manually, that's up to them. How do I set the initial value of the textbox namde EntryDate to today's date when the form...
  4. ABinBoston

    Synchronize Two Dropdowns

    I have two dropdowns - "select1" and "select2" select 1 shows a list of Companies, bound by CompanyID select2 shows a list of Contact names.. I'd Like select2 to be populated with records from the Contacts table where CompanyID=CompanyID when I select a Company from...
  5. ABinBoston

    filtering records from dropdowns

    I have a page showing a list of companies, employees and departments I'd like to click a dropdown to filter the records by company, then once again by departments.. for that company. Any help appreciated! AB
  6. ABinBoston

    Filter Records based on a dropdown

    Thanks! - I'll give it a try.. Anthony
  7. ABinBoston

    set value in textbox from option button

    I have an asp page where a user enters a service call. On the page is an option group saying system down - yes/no using radio buttons. Also on the page is a textbox named "timedown" for time. When the user clicks "yes" I'd like to set the value of "timedown" to the...
  8. ABinBoston

    change value of a text box using an option button

    I have an asp page where a user enters a service call. On the page is an option group saying system down - yes/no using radio buttons. Also on the page is a textbox named "timedown" for time. When the user clicks "yes" I'd like to set the value of "timedown" to the...
  9. ABinBoston

    Filter Records based on a dropdown

    I have an asp page that displays a list of employees and their departments. NAME POSITION DEPT Sally Ryan Manager Marketing Jim Anyname Sales Mgr Sales I'd like a way to have a dropdown in the header of the table allowing me to select a Name, then on change...
  10. ABinBoston

    Combining Javascipt Variables and inserting into e-mail

    I use the function below to open Outlook and populate the Outlook form with a subject, to and the body. I'd like to combine several form elements in the body.. such as date time issue assigned by and others with a new line for each field. I have tried many combinations in ordr to combine the...
  11. ABinBoston

    Export an ASP generated query to .csv, or .txt file

    I have a database of contacts. I have a search page that I can search on multiple criteria, and display the resulting records. Let' s say I searched for contacts located in FL, and had the list on an ASP page...I'd like to click a button and export, or save that recordsetas a .txt file, .csv...
  12. ABinBoston

    Create a MS Word Document on Client with ASP

    I would like to have an ASP Contact nmanagement app I am working on open MS Word and populate a document with text from the current Contact Record. For example, have MS Word open, and say Dear: <namevalue> I have searched the web, but have not come up with any hgood solutions to date. Thanks...
  13. ABinBoston

    Conditionally display a graphic in a table

    I have a list of &quot;tasks&quot; that displays in a table on an ASP page. I'd like to use 3 small icons, one if the status of the task is &quot;pending&quot;, another if the status is &quot;completed&quot; and another is the status is &quot;reassigned&quot;. The status is based on a field in...
  14. ABinBoston

    read child window data

    fayna, search for window.. there are several exapmles in these threads.. AB
  15. ABinBoston

    Open Child Window with some data from parent

    Hi: Thanks.. that puts me on the right track! sort of.. Is there another way to do it without writing the html.. The popup I am trying to populate is a form to add a new contact on the fly. The parent form is a form that a user will use to add a message to a database. There are dropdowns...

Part and Inventory Search

Back
Top