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 biv343 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: sliptdisk
  • Content: Threads
  • Order by date
  1. sliptdisk

    CGI Script for club newspage?

    I'll try this again, since my title got screwed up the first time. I need to come up with a bulletin board-style cgi script that will allow a news page for a club website to be updated from a remote location. At present, the entire history has to be uploaded, which is a real chore. Anyone got...
  2. sliptdisk

    Hi everybody, I need to come up

    Hi everybody, I need to come up with a bulletin board-style cgi script that will allow a news page for a club website to be updated from a remote location. At present, the entire history has to be uploaded, which is a real chore. Anyone got any ideas as to how I might be able to do it? Thanx...
  3. sliptdisk

    CGI script for news page

    Hi everybody, I need to come up with a bulletin board-style cgi script that will allow a news page for a club website to be updated from a remote location. At present, the entire history has to be uploaded, which is a real chore. Anyone got any ideas as to how I might be able to do it? Thanx...
  4. sliptdisk

    Anybody know of a free VB compatible database?

    I'm trying to find a database I can download for free that'll work w/ VB 5 or 6, to get by on until I can buy something more suitable. Anyone know of any such animal? Thanks.
  5. sliptdisk

    Want to help w/ a fun, emergency project?

    Hi all, I need to tweak a web page over the next day or two, just to show a potential employer what I can do, as I don't have any pages of my own uploaded, yet. All I'm doing is using a site that's already up, which, as you can see(chinatradingtime.com), is pretty low tech stuff - looks like...
  6. sliptdisk

    Need to wipe drive

    I have crashed my hard drive, it would appear, and, I'm told that I need to wipe it and start over. I went to the control panel (Win95) and created the disk under Add/Remove programs. What do i need to do next? Thanks. Dan
  7. sliptdisk

    Summing fields

    Hi. I've got some reports to generate that are gathering data from a table that ranks the organizations members on a scale from 1 to 8. Each member is part of a unit that I'm summing the total number of members, at each rank, resembling the following: Unit 1 2 3 4 5 Other Total...
  8. sliptdisk

    Hi. I've got some reports to gen

    Hi. I've got some reports to generate that are gathering data from a table that ranks the organizations members on a scale from 1 to 8. Each member is part of a unit that I'm summing the total number of members, at each rank, resembling the following: Unit 1 2 3 4 5 Other Total...
  9. sliptdisk

    Relationship problems not involving a fear of commitment

    All I want to do is collect some data from a couple of different tables, sum a few fields, and, print a report. Unfortunately, the individual who designed this thing used primary fields that contained null values (not to mention that the data types are mostly "text" when numbers would...
  10. sliptdisk

    Blank pages and multi-table queries

    Hi all, In trying to publish reports in Access, I'm having trouble getting data from different tables. The report, itself, is based on static data from one table, and, updatable data from another. However, when I set the control source for the dynamic data, I get an error, saying that the Jet...
  11. sliptdisk

    Importing Excel objects

    I'm designing a report that has updatable fields (which I'm querying from a table in the database), plus, corresponding static fields of data, which I'd like to pull from an Excel spreadsheet that is stored on the network. I'm having a hard time figuring out how to do that, though. Does anyone...
  12. sliptdisk

    Report not recognizing query expression

    I'm using a query to get sum values for each column, but, the report isn't opening, giving me an error msg saying it "doesn't recognize the query expression". I've even tried using the expression builder to make sure the syntax was correct, but, for some strange reason, the expression...
  13. sliptdisk

    To degree or not to degree

    Like alot of the people I've seen post in this forum, I, too, have been faced with various barriers to entry into the I.T. field. I have a BA, but, in Economics, not CS or ISDS, and, only decided to go into programming after I graduated. I've taken a VB class, landed a few, short-term job...
  14. sliptdisk

    Read Error

    I'm just getting started and attempted to compile the HelloWorldApp.java, but, got a message saying it couldn't be read. So, I typed, simply, javac HelloWorldApp (w/o the .java extension), and, now, it's saying I have an javac:invalid argument: HelloWorldApp, then Usage:javac: <options>...
  15. sliptdisk

    Summing Booleans for a report

    Well, gang, here we go, again. I've inherited another poorly designed database, from which I am expected to publish reports. This database is based on a number of surveys, which, for the most part, are Yes/No questions. Unfortunately, the data from these surveys has been entered into a seperate...
  16. sliptdisk

    Summing Booleans for a report

    Well, gang, here we go, again. I've inherited another poorly designed database, from which I am expected to publish reports. This database is based on a number of surveys, which, for the most part, are Yes/No questions. Unfortunately, the data from these surveys has been entered into a seperate...
  17. sliptdisk

    VB Toolkit

    I'm a jr. programmer who's had a tough time breaking into the industry, but, I've gotten my foot in the door, and, I need to build a good toolkit. In other words, I know that professional programmers have not only all of their books handy, but, also, a library of different code modules, forms...
  18. sliptdisk

    Changing cases

    I seem to remember a function in Word that will change the case of highlighted text from all caps to lower case, or, even capitalizing the first word in a sentence, but, I can't remember where it is, or find info on it. Can you help?
  19. sliptdisk

    List Box Manipulation

    I need to allow the user to select a record in a list box, and, move it up or down, within the list box. In other words, select the record, then click on an up or down arrow to move that record above or below the adjacent record. Can you help me?
  20. sliptdisk

    Tough db nut reconsidered

    Never mind. I'm giving them a couple of different sort functions, and, they can just deal with it, like that.

Part and Inventory Search

Back
Top