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 strongm 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: *

  1. gnibbles

    Joystick Input Question

    Is there an easy way to take the x,y data from a USB joystick and utilize it? Im not trying to develop a game or anything I just want to take the data and show it in a bar graph type of project just for testing purposes. Ive tried searching for something simple and everything points me to...
  2. gnibbles

    Proper Tutorial

    Thanks. Funny not long after I posted this I found a small project/tutorial that did just that. gnibbles
  3. gnibbles

    Proper Tutorial

    Yeah Ive done a lot of programming courses and I understand all the programming concepts and why what does what but I have trouble coming up with good ideas for example projects. All they need to know for what the end result is the basics. There arent a whole lot of tutorials for example...
  4. gnibbles

    Proper Tutorial

    Hello all. Im trying to teach a group of young programmers the main basics. I have a lot of little tutorials but they are so broad and sparatic that it confuses more than helps. Is there a good site that gives good examples to follow? Also I want to implement a good example for them to get...
  5. gnibbles

    Looking for a way to automatically update report into word.......

    Thanks Ill try this and see how I do..... *Crossing fingers* gnibbles
  6. gnibbles

    Looking for a way to automatically update report into word.......

    Heres the code I used. I have certain fields commented out as I was troubleshooting and figured to try as little data as possible to try and get the darn thing working. Private Sub Document_Open() Dim db As DAO.Database Dim rst As DAO.Recordset Dim strSQL As String Dim strPath As String Dim doc...
  7. gnibbles

    Looking for a way to automatically update report into word.......

    I tried using mailmerge but came into a host of errors. But as well the mail merge procedure I followed only allowed for displaying of one record. I need to be able to display multiple records based on parameters. Almost like a search I guess...... gnibbles
  8. gnibbles

    Looking for a way to automatically update report into word.......

    This may be a simple thing but Ive searched quite a bit and cant seem to find exactly what Im looking for. What Im trying to do is have a Microsoft Word document open up into a report and be able to search or fill the report based on certain parameters. Is this even possible through Word or will...
  9. gnibbles

    Directory Structure Problems

    Hey there, Im trying to save database files to directories. Im having no problem saving to directories within the root but when I try ot use say a null to save to the root it doesnt do it unless I go into the database delete the null then save again. Any help in this problem would be...
  10. gnibbles

    Pretty simple question, need to divide whole workbook by 100, any idea

    I dont get the option to select Operation divide, all i get is "paste as unicode" or text gnibbles nturpin@excite.com
  11. gnibbles

    Pretty simple question, need to divide whole workbook by 100, any idea

    As stated in subject line, I need to divide the whole workbook by 100 to get my desired result. Will I need to start a macro? or can this be done with existing functions? Im not macro efficient either so any help would be appreciated. Thanks. gnibbles nturpin@excite.com
  12. gnibbles

    Problems Connecting to Database

    Should it display the info in frontpage preview? gnibbles nturpin@excite.com
  13. gnibbles

    Problems Connecting to Database

    Yes I did all that. gnibbles nturpin@excite.com
  14. gnibbles

    Problems Connecting to Database

    Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /JobList3.asp, line 17 I have a System DSN created with the name that I have designated. Is there something else I have to do...
  15. gnibbles

    Problems Connecting to Database

    I cant seem to see what the heck is wrong with my code. Im just trying to connect to the database and display some information. IE keeps telling me that line 17 has problems which is the DBConn.Open "DSN=JobFiles" line. Heres the VBScript that I have in there. If anyone has any...
  16. gnibbles

    ASP Pages downloading instead of posting????

    no they are all asp pages, i think its a server problem like ToddWWW said because I had some troubles installing and NT is something else to work with so... gnibbles nturpin@excite.com
  17. gnibbles

    ASP Pages downloading instead of posting????

    Thanks for your help though. gnibbles nturpin@excite.com
  18. gnibbles

    ASP Pages downloading instead of posting????

    Yes I tried the setting up the DSN, the strange thing is last year or the year before I had all this stuff down path and working and now I'm picking it up again and it doesnt work. I don't think its the database connectivity thats causing it because im running NT on my Computer here at work. As...
  19. gnibbles

    ASP Pages downloading instead of posting????

    Can these pages be tested without Personal Web Server or any kind of web server. gnibbles nturpin@excite.com
  20. gnibbles

    ASP Pages downloading instead of posting????

    I changed it, but still no go. gnibbles nturpin@excite.com

Part and Inventory Search

Back
Top