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!

Search results for query: *

  • Users: auger
  • Content: Threads
  • Order by date
  1. auger

    Return Radio and Selectbox variable value to form field

    Hello. I have an html form that I am trying to post to itself. (Objective is to retain the values a user enters in the form fields after clicking submit in case changes are required to only a few fields after initial form completion.) My text boxes and text areas work fine. I can have the...
  2. auger

    Collect form data...send to text field on same asp

    I know how to send a colleciton of form elements to a new asp page using response.write. What I would like to do is send a collection of form data (checks, radios and text fields) to a textarea on the same asp page. To help you visualize, think of a form with a bunch of txt fields & radios etc...
  3. auger

    Form data to db with validation

    I have a form with a vb validation script. I'm close but it's still not quite running as I want. Details are as follows: <form name=&quot;frmMyForm&quot; method=&quot;post&quot; action=&quot;action.asp&quot;> 'selects & radio groups snipped here... <input type=&quot;submit&quot...
  4. auger

    Combo Values to DB via ASP

    I'm trying to take values from combo boxes and radio buttons on a single web form and pass them to my db. Combos are set up thusly: <select name=&quot;selectOptions1&quot;> <option value=&quot;1&quot;>Option1</option> <option value=&quot;2&quot;>Option2</option>...
  5. auger

    Front End - Back End problem

    Apparently I forgot something important re: splitting DBs into backend/frontend apps. I split a small db into a backend and a design master, and have replicated the design master to a couple of client machines. The clients seem to be writing to the design master and not the back end. Argh. Any...
  6. auger

    Power User Guides?

    Looking for resources on how to fully tap potential of Attachmate 6.4 at user level. Does anyone know of sites detailing user level macro programming etc? Thanks
  7. auger

    ASP in a LAN environment

    I've made some ASP pages for the web and everything is coming along well. I will be launching some ASP apps on our network at work very soon. I'm wondering about connection strings for ASP and MS Access DBs in a multi server intranet environment. I don't have access to the server settings. I...
  8. auger

    Reformat boot partition 2000/98

    I formatted my 60G IBM drive with a 125MB FAT16 Boot partition (C:\). I then carved up 3 NTFS partitions (D,E & F) with Win2K installed on D:\ and one 98 partition on (G). Somewhere in the rebuild, I managed to install some scanning software and Acrobat reader on the boot partition. Doh! I've...
  9. auger

    Mail Merge date problem

    I have an Access DB that I'm merging into Word (both 2000) via Mail Merge and a query. I need my Mail Merge output to display mostly Long Dates (IE July 15, 2001). I've changed all the date fields that I can find. The date fields in the tables have been changed to Long Date format. If I look...
  10. auger

    Mail Merge Date date problem

    I have a DB that I'm merging into Word via Mail Merge and a query. I need my Mail Merge output to display mostly Long Dates (IE July 15, 2001). I've changed all the date fields that I can find. The date fields in the tables have been changed to Long Date format. If I look at my table data I...
  11. auger

    Mail merge date type

    I have a db that I'm meging to word docs. I want to pull certian date fileds so they diaply in the word doc as, for example: July 27, 2002. What is the easiest way to do this?
  12. auger

    Tracking users in Access

    I'm seeking general info on tracking user's activities in our Access 2000 db's. We get frequent lock-ups where we receive 'unrecognized database format' ...generally when this happens, we have an orphan .ldb file that refuses to go away. Sometimes having everyone re-start their machines...
  13. auger

    ASP Server setup

    Hello. I've just created my first complete ASP website. The site was developed on Brinkster Webhost servers and is ready to be posted to a proper web server (IIS). The webserver is currently serving static web pages but it's been up and running for quite a while. The server admin doesn't have...
  14. auger

    ASP Server setup

    Hello. I've just created my first complete ASP website. The site was developed on Brinkster Webhost servers and is ready to be posted to a proper web server (IIS). The webserver is currently serving static web pages but it's been up and running for quite a while. The server admin doesn't have...
  15. auger

    Write HTML title to ASP page

    I have a frames based page with header, contents and main frames. Links in the contents frame open pages in the main frame. I'd like to pass the contents from the main frames's HTML title <title>whatever</title> to the header frame to help keep visitors oriented. Does anyone know if this is...
  16. auger

    Limit amount of text displayed from db article w/ link to full article

    I have a problem displaying some text on an ASP page. My page pulls articles from a db. The last 5 articles in my db are displayed in descending order on my ASP page. Some of the articles are rather long and are written to the browser as follows: strTitle = objRS(&quot;Title&quot;)...
  17. auger

    Searching on subforms

    I have a form containing several subforms that are displayed as forms (not datasheets). I can't search any of the subform fields and return results. Am I missing something? Is it possible to search fields on the subforms and return results and if so, how would I go about achieving that...
  18. auger

    Orphan .ldb files

    I've seen orphan .ldb files occur from time to time in our databases. They don't appear very often but when they do, they seem to mess up our db functionality. I'm of the opinion that they most often occur becuase of an abrupt shutdown by one of our users but sometimes they occur for reasons...
  19. auger

    Frame borders

    I want to make my frames appear at the absolute top and absolute left edges of my pages. I seem to get extra whitespace (5 pixels or so) between the top of the browser frames and my pages.
  20. auger

    Text formatting in submit form

    I have a form that posts news articles to an Access DB. I have an ASP page that pulls the last 5 articles from the DB and displays them on a main news page, along with headline, posted by & date posted. I have a problem with the text stringing together. I want to be able to post news articles...

Part and Inventory Search

Back
Top