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

  • Users: venim
  • Order by date
  1. venim

    BO export to dBase DBF

    Hello, at my office we get an error when we try to export a report to DBASE. It says that there is an problem with column names being the same (it involves a column 'period name' and 'period number' now since dbase handles column names with a max of 8 characters, both columns are named...
  2. venim

    Conditional formatting dates dates past 4 years

    Thanks Macropod and Combo! playing around with Macropod's answer and testing it the way Combo suggested did the job!
  3. venim

    Conditional formatting dates dates past 4 years

    Thanks guys but both formulas for some reason also mark dates only a few month ago...
  4. venim

    Conditional formatting dates dates past 4 years

    They're formatted as dates in excel (format dd/mm/yyyy)
  5. venim

    Conditional formatting dates dates past 4 years

    Hi, I have a sheet containing information on our computer park, and now I wanted to automatically show those PC's that are older than 4 years. The delivery date of the PC's is in column C. I've tried a conditional format with "Formula is" and "=(TODAY() - $C1)>1461" but that didn't work (1461...
  6. venim

    Avoid "?" in URL...

    What I mean is... Is there like a realy good way to post a page like I mentioned in a search engine, because I read that many engines choke on the "?" in a URL. the page.php?id=123 is a page which uses the "id" to build up the rest of the web page.
  7. venim

    Avoid "?" in URL...

    Hello, I was wondering if there is a way to turn a page URL like http://www.website.com/page.php?id=123 into something without a question mark... How would you do that? Thanks for your time!
  8. venim

    Word XP not showing pics or placeholders

    Hello, When I insert a picture in a word document, it doesn't show up at all. I checked the placeholder setting, and it's off. Even the print preview doesn't show the picture, but when I print out the document, it's there! I can select the picture in the document, but it stays hidden. Any...
  9. venim

    Plextor's new PX716-A sys. req.

    Hi, I'm thinking of buying myself (finally) a decent DVD-writer, and was thinking about the new Plextor PX716-A. The PC it should be build in is an old Pentium III 1GHz computer, and since the system requirements of the PX716-A say it needs a P4 1,4GHz I was wondering: would that drive work at...
  10. venim

    Shutdown message

    Hello, I have reinstalled my PC with windows 2000 Professional with SP4, and now when I shutdown my PC, it ends up giving the "It is now safe to turn off your computer" message, while it didn't before the reinstall. Before the PC just powered off. Does anyone know what I forgot or should do to...
  11. venim

    Those bored rootkit fanatics...

    Hello, I was just wondering, is there some way to find out who planted a rootkit, besides having the network administrator reading through the logs for a couple of days? Thanks for your time.
  12. venim

    services list empty?!

    Hello, when I run services.msc it shows a popup saying error 234: more data is available, and then shows the services list being EMPTY. What has happened and how can I fix this? Thanks for your time!
  13. venim

    Determine windows workgroup name

    Hello, I want to be able to display the windows workgroup the user of the database is in currently. How can I do this? Is there an Environ() string object for that? Thanks for your time! VeniM
  14. venim

    Result from query

    Hello, I have a query which gives a weird result. The query is: SELECT SUM(t1.hits) AS tab1, SUM(t2.hits) AS tab2 FROM table1 AS t1, table2 AS t2 When I run it, it gives the result threefold. Say the data in the two tables would be: | table1 | table2 | =================== | 1 | 4 |...

Part and Inventory Search

Back
Top