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

    3+ Level Combo Box...In the SAME ONE Box?

    In a nutshell...here's what I need in regards to a combo box - http://javascriptkit.com/script/script2/2levelcombo.shtml except I want it to go deeper than just 2 levels... so and example would be: Choose a car make: then based on that- Choose a car model: then based on that- Choose a car...
  2. ljjtek

    Pulldown menu with data from 2 tables or 1 with an ENUM choice?

    Not sure the best way to go about what I want to do so I'll start with just trying to explain what I ultimatley am trying to do. I would like to have a database in which people enter certain information about a univerisity of their choice.... Rather than have a field which has every possible...
  3. ljjtek

    Excel/Web Page, Updated real time?

    Basically we have a client who is going to need to approve line items in an excel speadsheet and I'm trying to figure out the best way to do this... I know how to do this with MYSQL but it is going to be a somewhat very involved process and I think I'm going to be going overboard considering...
  4. ljjtek

    IE closing all windows on submit?!?!

    Maybe this is the better forum..... Something is dreadfully wrong on my MSIE. When I go to post or search for something, as soon as I hit submit, all IE windows close down. Its strange because on a small number of sites it lets it work sometimes, but on every thing else it just shuts down! I've...
  5. ljjtek

    IE closing all windows on submit?!?!

    If this post makes it through, then I guess I can add tek-tips to my very short list of posting sites that is actually allowing me to post! Something is dreadfully wrong on my MSIE. When I go to post or search for something, as soon as I hit submit, all IE windows close down. Its strange because...
  6. ljjtek

    Best way for intranet db using data pages and hyperlinks?

    We have a very large amount of pictures that are stored on our local server. I am attempting to make a database so that I can create a local data page that people can type in key words and get matching files... The database itself is fairly simple in structure but I'm running into problems. I...
  7. ljjtek

    Search by Keyword in Form

    I can't believe I can't do this but I've obviously been outta practice for too long... I have a simple picture database that holds just one table which has the location of the picture (field2) on our local network. Each picture has numerous key words associated with it (field3). All I want is a...
  8. ljjtek

    Unlock to edit, but NO password?!

    I have an excel file that someone had sent a while ago which was basically a NCAA tourney pick-em form. I would LOVE to have it as a template but its been locked so I can't change anything or even look at any coding. Anyone know how I can unlock it? Or at least see any of the macros or...
  9. ljjtek

    Word Macro not working in Excel?

    I have a macro that I use in Word to find and replace certain text, so I thought I could use this same code in Excel, but its giving me an error.....this is an example from the code....what's wrong?! Sub days() Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With...
  10. ljjtek

    Layers and Screen Size...Ahhhhhhhhh!

    I have a page, which is based on a table that is 745px. I want this page centered regardless of the screen size. I also have layers....which only line up correctly for EITHER an 800x600 res, OR 1024x768, but NOT BOTH. (I'm leaving out the other sizes for now). Sure, I can make seperate pages...
  11. ljjtek

    How to get rid of repeat data...HELP!

    Thanks to all the help I've gotten from everyone on here, I've managed to import the data that I wanted into a database....now here's my next question....I've imported weblog data that has, for each time a person visits my website, the various data like time, data, referer, etc.... Now I would...
  12. ljjtek

    Highlighting Replaced Words

    What would be the code if I wanted to highlight certain words within a document? Like if I wanted to replace any instance of the word 'boy' with 'boy'(highlighted)? So far, this is what I have... Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find...
  13. ljjtek

    Basic Word Macro to Replace

    This is not even remotely my area of expertise, but I have an incredibly large amount of documents that I could really use some VBS for... Basically I want to somehow automate a find and replace for a few things (ex: Find 'top' Replace 'bottom' and then Find 'over' Replace 'under') for this...
  14. ljjtek

    MS Access converting data help

    I have a webtracking script that sends me an email whenever my site is visited which includes a few different pieces of information (i.e. ip, referer, etc) And the data comes to me looking something like this (for example): Remote Host: 12.345.678.910 FQDN...
  15. ljjtek

    Basic GCI & Form Question

    I'm new at CGI and after researching what I can, I am incredibly confused. All I want is a simple form on my webpage, but I'm still confused as to what I need for this. Can someone let me know the list of things I need, for instance, 1)a form on my webpage, 2)a script that goes into my...
  16. ljjtek

    Masking a user from my site

    Not sure if this would be CGI or not, but if I have a website which has a forum where people can post (like tek-tips) is there a way to some how mask a certain user (either by ip, login name, cookie, etc) to make it look like their posts are actually being posted for everyone to see, when in...
  17. ljjtek

    More than just a header & footer, how?

    The way I've been doing pages now, I have a header & footer and main page....if I wanted to have another, say, called menu, how and where do I insert it? Also, if anyone out there knows of a good site that explains the basics of the coding involved with including headers/footers/etc, that would...
  18. ljjtek

    Slide show, captions, without a text box!

    I want to have a slide show, with captions that change with it....without the text box!! I have found a great one that works with MSIE, and although the actual image slideshow works in Netscape, the captions do not, and instead displays a default. You can find it here FYI -...
  19. ljjtek

    I want to keep the data saved, but not view it in the form

    Been outta the "Access" loop for a while so this might be a really simple and obvious answer. Basically, I have my DB to track events etc. I use the switchboard and have an "Enter/View Events" option. If the event has passed I would rather not see the record for that event...
  20. ljjtek

    Multiple entries for 1 field?!?!

    OK, Well I have a database which has a table-JobLog, which is used to log jobs, assign it an id, and store relevant info. Each job will have more than 1 employee working on it but I can't fiqure out how to set this up! I have an EmployeeInfo table in which the primary key is an autonumber...

Part and Inventory Search

Back
Top