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 dataplayer

  1. dataplayer

    Help! How to generate a new table from existing data

    Thanks a lot. I will use it right away. If any more question, I will come back. Thanks again. Frank
  2. dataplayer

    Help! How to generate a new table from existing data

    Thanks, Barry, You are right about what I want to do (creating a list from a table). The problem is that I am a novice with VBS script. Could you show me just one example. I might be able to go from there myself. Thanks again. Frank
  3. dataplayer

    Help! How to generate a new table from existing data

    I have a table call tblUnits that has info of all the housing units, such as unit_IDs, numbers of bedrooms, living rooms, baths, kitchens, hallways, and other areas in each unit. Now, I need to generate another table from the unit info, a table that list all the areas as the records. For...
  4. dataplayer

    problem with session variables

    Chris, I decided to try relative URLs on some of the on-ling application pages where search engine functions are not critical, while keeping my index page and some info pages using absolute addresses for search engine functions. Thanks for the advice. Frank
  5. dataplayer

    problem with session variables

    Chris, There is only one absolute address in all the pages in the site. But users can go to the site from the mirror addresses. Afterwards, when they click on any link, the absolute address will come up and cause loss of session. we have to use the mirror addresses for conveniencing users and...
  6. dataplayer

    problem with session variables

    I meant the same site, say www.mysite.com, has other 2 mirror addresses, www.mymirrorsite1.com and www.mymirrorsite2.com, both pointing to the same place www.mysite.com. However, cookies can do not know they are the same and can treat them as different site. So if someone visits the site using...
  7. dataplayer

    problem with session variables

    my website has several application pages where I need to pass IDs from pages to pages. I use session variables, but the problems abound. I keep losing the values in the session variables. The possible causes are too many pages and use of different names for the same website. I can use query...
  8. dataplayer

    how to display a query result based on a user's input

    I am using Dream Weaver MX for an application form for parking space applicants. The applicant is supposed to choose a value from a list of car makes, and then to choose a car model from a listof car models. I want only those models under that car make to be listed. I know how to select the...
  9. dataplayer

    downloading data from remote site

    I have about 5 application data tables to be downloaded and 20 other tables for list and report uses, such as US ZIP code list. I do compact it from time to time. But no matter what, it takes more than 3 MB in size. Uploading is even worst. BTW, what is the timestamp updates that you mentioned...
  10. dataplayer

    downloading data from remote site

    I have a site at the server of a hosting company, where I stored an Access database mainly collecting application data and reporting results. Before I took over, the former users had been downloading the whole database when they had new application data in. Now it is becoming a problem, because...
  11. dataplayer

    how to assign a default value into a field from data in another table?

    Mordja, It works! Thank you very much.
  12. dataplayer

    how to assign a default value into a field from data in another table?

    In my data entry form, there is a field called "Year" where I want a current year value from another table or query as the default. It should not be difficult I feel, but I just don't know how. Could anyone enlighten me. Thanks.
  13. dataplayer

    Whyt a Java Script works in one browser but does not in another

    Sure! It was a very lengthy program. Thanks for reading it. The asp web page was written by DreamWeaver. I quote a part I think is causing the problem. The functions are all stored in a file called JSfunction.js. When the form is submitted, the JAVAScript functions are supposed to check all the...
  14. dataplayer

    Whyt a Java Script works in one browser but does not in another

    I have some Java Script functions used to work for both IE and Mozilla. After I moved them around, the program does not work in IE6.0 anymore, but still works with Mozilla browser. I spent almost one day for chasing this spooky cause of the problem. I still have no clue what went wrong. These...
  15. dataplayer

    problem with session variables

    In the login page, the assignments are: Session("ID") = Request.Form("ID") Session("Password") = Request.Form("Password") which I can't see any problem. afterwards, the program is redirected to the following page that has a suspicious heading as follows: <% Response.Buffer = True...

Part and Inventory Search

Back
Top