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 Aasin

  1. Aasin

    Short date format to long date format

    Here is the function. function valiDate(inTxt){ // alert(inTxt.value); var inVal = inTxt.value; if(inVal == "") { return; } // If default value is default, don't bother eval-ing it. ////if((inVal == "1/1/1900") || (inVal == "01/1/1900") || (inVal == "1/01/1900") || (inVal ==...
  2. Aasin

    Short date format to long date format

    Hello, Currently I have a asp application that uses javascript to validate the current date. Part of the javascript allows the user to change the current date format which is mm/dd/yyyy to mm/dd/yy. Once the user tabs to the next field then the javascript changes the short date format of what...
  3. Aasin

    SQL

    This is a current web application that is being used by users over an intranet. The application allows you to run a report based on a selection from a dropdownlist(sorry I put radio button on my first post)and dates. The items in the dropdownlist are fields in a column in a sql server...
  4. Aasin

    SQL

    HEllo, I have a report that i am pulling records from an sql database based on the date from ? to ? and fields in a column. Now I want to be able to pull all the data for the same dates but based on all the fields in the column. The fields are generated by a user clicking on a radio button...
  5. Aasin

    Setup a record with multiple values under a field

    I had a feeling I would have to do that. So, basically copy and past the company into each county. Thanks for all your help!
  6. Aasin

    Setup a record with multiple values under a field

    I have created the third table with the company ID and County Id. I see where it is linked. I do have another question. If another company was to be added and it supports every county in the database. How would I configure that one company with all the county id's since it supports all the...
  7. Aasin

    Setup a record with multiple values under a field

    Hello all, I am using a access database to house company information pertaining to a county in a state. Some of the companies are referenced in different counties and may have additional counties in the future. This is my issue. I have the companies data in a table and the counties in another...

Part and Inventory Search

Back
Top