Search results

  1. V

    Messing with the MIS department

    Hah - will do... I've decided just to throw it on a jump drive and run it that way.
  2. V

    Messing with the MIS department

    Initially I was wondering whether in their log of HTTP activity they were storing something, but I guess that was stupid of me. Yes, they are just tracking which programs are running, anyway to change how the name appears?
  3. V

    Messing with the MIS department

    Well, I apologize if I hit a sore spot for you, but I bet the time to figure this out equates to about the same amount of time as un-bubble wrapping a cube, or having to pick up about 300 3/4s filled cups of water all over someones desk.
  4. V

    Messing with the MIS department

    Actually, I love my job. You don't play office pranks?
  5. V

    Messing with the MIS department

    So the MIS department likes to uninstall FF from people's computers and monitor who is visiting the web using it, I'd like to write a small app that will make IE appear as FireFox when visiting websites - not too the websites, but to our MIS department. Anyone have any ideas? If you need...
  6. V

    Getting Started with Java

    edit
  7. V

    Getting Started with Java

    edit
  8. V

    SQL Query - creating procedures & using variables: SOLVED

    I apologize for not being clear... the problem is now solved 1. This procedure will be run on demand and I wanted it to be able to figure out the current year... declare @Cur_FY as int select @Cur_FY = dd.FY from date_dimension as dd dd.date =...
  9. V

    SQL Query - creating procedures & using variables: SOLVED

    I am trying to write this procedure so it does not need to be editing or ask for input going forward... I have a date dimension table which allows me to create joins to find the fiscal period/quarter/year... to get the current fiscal year I am doing this: select @Cur_FY = dd.fiscal_year...
  10. V

    SQL Query - creating procedures & using variables: SOLVED

    This will be the first procedure I have ever written but pretty much this is what I need to do: Query against a date dimension table to return the current fiscal year Then create 8 additional variables which will use the current fiscal year variable to determine the start and end dates of...
  11. V

    Dell 2209WA 22" LCD Monitor - $200 + Tax + Free Ship

    So i received mine, the Non-IPS one and it doesn't even work... sweet. Sending it back.
  12. V

    Excel VBA Insert Date if Worksheet Changes

    thanks. whoa.
  13. V

    Excel VBA Insert Date if Worksheet Changes

    Mind is completely mush at this point today... I have a worksheet that people constantly update, every time an update is made, I'd like the date and time to appear in field A1. Easiest way to do this would be?
  14. V

    Dell 2209WA 22" LCD Monitor - $200 + Tax + Free Ship

    I just got it via chat, $199 free shipping, no tax. Actual conversation: Vogel now a friend recently purchased a Dell 2209WA Vogel how much are those going for? Agent Let me take a look for you. Agent Those monitors are going for $299 Vogel for some reason i...
  15. V

    CSS Driving Me Nuts, Little Help?

    Use IE conditionals and set up a separate IE specific CSS style sheet with just the modified styles for IE. Make sure it's after the link to your first style sheet.
  16. V

    Westinghouse 26-inch Widescreen 1080P LCD Monitor-Black $259

    Anyone know much about the 1900x1200 resolution issue this monitor has? I've seen it in a bunch of reviews and not sure how much of a pain in the ass it'd be. Right now I've got 2 19" Dell ultrasharps and im thinking of going to this... think its worth it?
  17. V

    Westinghouse 26-inch Widescreen 1080P LCD Monitor-Black $259

    Oh yea, its $249 if you do a quick google for buy.com coupon codes, first time buyers get $10 purchase of $200 or more...
  18. V

    Westinghouse 26-inch Widescreen 1080P LCD Monitor-Black $259

    Yea I just noticed the no DVI thing... can't use that with my mobo
  19. V

    Westinghouse 26-inch Widescreen 1080P LCD Monitor-Black $259

    http://www.buy.com/prod/westin...loc/101/207540840.html
  20. V

    MS Access - Select Query and Updating Data

    What the... I post this message and now its fixed. No rhyme or reason, can someone please explain to me what the issue was? Some sort of key combination that locked the table? I didn't have any of the tables open....
  21. V

    MS Access - Select Query and Updating Data

    In Excel, I created a table of rows I needed to update, I imported this table into access as Sheet1. Then I created this select query to produce an easily updated view of the data: SELECT RawFinancials.* FROM RawFinancials INNER JOIN Sheet1 ON RawFinancials.Prj = Sheet1.Prj; The...
  22. V

    MS Access Delete Query

    It's very rare I do anything in access, most of my work is in SQL and the system I'm working with will be migrated to SQL as soon as possible!
  23. V

    MS Access Delete Query

    Ok I said screw it, I copied the entire document into excel, identified the rows to remove, removed them, then cleared the table in access, and appended the new table. Solved. I appreciate all the help!
  24. V

    MS Access Delete Query

    Hello Kyzen, I'm not sure I follow. Table A has relationships to other tables... TableB was just an upload from excel where I identified rows that do not need to be in TableA - J
  25. V

    MS Access Delete Query

    I tried to just write a SQL statement to delete the rows using the join, however Access gives me an error: "Could not delete from specified tables" That's why I was attempting to using the design view.
  26. V

    MS Access Delete Query

    mmm So when I delete the rows in the select query, it clears Table B and not Table A of those rows... What am I doing wrong? There are actually three primary keys in each table... Here is my query: SELECT * FROM TableA INNER JOIN TableB ON (TableA .Prd =TableB.Prd) AND...
  27. V

    MS Access Delete Query

    Whoa, that was stupid of me. I have the select query set up and I completely forgot I could just edit the records there...
  28. V

    MS Access Delete Query

    Here is an example of what I'm trying to do: I have two tables: Table A Col 1: ID Col 2: Desc Col 3: Financials Table B Col 1: ID Table B contains a subset from Table A. I want to delete all rows in Table A that have ID's in Table B. Thanks in advance.
  29. V

    Excel question! ::NEVERMIND PROBLEM SOLVED::

    Thanks in advance for any help... I am trying to use VBA to cut and paste an entire worksheets information into a new workbook. The problem is, when this happens, all of my equations break, even if they're 'ok'. For instance: Workbook1 has two worksheets; 'budget' and 'rates'...
  30. V

    MS Access questions

    Hi Borg, you're going to have to give us more information to get the help you need. What do your tables look like? How are they structured? What are you using the expression builder for? Otherwise you might want to invest in an Access book, expression builder can be a useful tool.
  31. V

    PHP

    I have been learning php on the job for the last 3 months, it is an absolute breeze if you have any programming experience. Like mentioned above, there are tons of online resources. Download and install XAMPP or APACHE and go to town.
  32. V

    RESOLVED: PHP & SQL Server Authentication Help

    Klin - no but just as stupidly I set the User DSN settings, but not the System DSN settings. Damnit, that was a completely unnecessary headache. Thanks for the response
  33. V

    RESOLVED: PHP & SQL Server Authentication Help

    I am looking to set up a connection between a website set up on my localhost and the SQL db here at work. I have set up the ODBC connection and figured I'd be able to just use the odbc_connection() function with my UN/PW, however it does not seem to be working. Does this have anything to...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |