Search results

  1. reclusivemonkey

    Job Titles

    Not being a classy guy I wouldn't know ;-) I've heard of that, but in my opinion it doesn't need it at all; its tasty enough. I've only ever once seen it available on draught and that's in a pub in Saltaire, West Yorkshire. Yep, not much change out of a fiver... I usually serve after popping...
  2. reclusivemonkey

    The Honor Code

    Honour??? You guys couldn't even spell it ;-) Wendy's is where you get a free finger in your chilli...
  3. reclusivemonkey

    Calculating a number to be put into a field

    Place your cursor over the function with 'd' in it. Press F1. You'll learn allsorts ;-)
  4. reclusivemonkey

    Calculating a number to be put into a field

    It replaces Date - [auditEndDate] so, Me![finalRptCycleTime].Value = DateAdd("d", (DateDiff("d", Date, [auditEndDate])), Date) My VBA builder doesn't have a problem with it.
  5. reclusivemonkey

    Job Titles

    I'd prefer a Hoegaarden...
  6. reclusivemonkey

    Calculating a number to be put into a field

    Try using DateAdd("d",(DateDiff("d",Date(),[auditEndDate])),Date()) You might need to juggle those around if it doesn't give you the right date; I've been to the pub at lunchtime ;-) Basically, DateDiff gets the number of days between now and auditEndDate and DateAdd subtracts them.
  7. reclusivemonkey

    Job Titles

    LOL. I work for Local Government. I used to work in the private sector, and am used to doing far more work. If I ever try and do anything here above and beyond my job description, I tend to get into trouble. So I long ago since gave up that and just do exactly what I am employed to do. They are...
  8. reclusivemonkey

    create many pages html how many are the records

    I gathered that from your flag ;-) I think I understand a little more. You want a report, in HTML, with a single record on each page? I would start off creating a report, and insert page breaks between each record. How you would do this depends on how complex each record is. If its a simple...
  9. reclusivemonkey

    Job Titles

    Finance Technician I pull information out of our financial ledger that the people who wrote it don't seem to be able to do. I spend the rest of my time making my job easier for myself :-)
  10. reclusivemonkey

    create many pages html how many are the records

    No offence, but your question doesn't make any sense to me. Can you rephrase it a little better? I understand english isn't your first language, but as this is a .co.uk domain, most people here speak english. I am sure a solution can be found if we can understand what you want a little better.
  11. reclusivemonkey

    Active Data Pages

    Hi Dapo, You need to make sure that you have a primary key in the table you are editing through your DAP. Thats the first thing that would occur to me.
  12. reclusivemonkey

    Iran Situation

    LOL I think you could say that for pretty much any situation...
  13. reclusivemonkey

    Software

    I've never rated Norton at all. Its been years since I even looked at any though. However, I do not trust ANY commercial security software. Simply because they have a vested interested in you NOT being secure. I would suggest you get both a free virus checker (AVG is the most popular one at the...
  14. reclusivemonkey

    Stranger than fiction

    Not as uncommon as you might think... http://mosnews.com/news/2006/01/16/brother.shtml
  15. reclusivemonkey

    Software

    Here's a few; http://scan.sygatetech.com/ https://www.grc.com/x/ne.dll?bh0bkyd2 http://www.auditmypc.com/ In google, try online security test or browser security test. You should get more than enough results.
  16. reclusivemonkey

    Software

    Erm, which bit would that be Alastair? :-)
  17. reclusivemonkey

    Iran Situation

    Some of the technology writers are embarrassingly clueless.
  18. reclusivemonkey

    Iran Situation

    Kraj, once again I bow down before you scholarship :-) I must now remember to look up George Washington when I get home...
  19. reclusivemonkey

    Software

    1. Don't use IE wherever possible. Use one of the many alternatives. 2. There are many security websites you can go to which will check your system for vulnerabilities and advise you how to secure these. I will have a look for some links when I get home, the filtering software they use at work...
  20. reclusivemonkey

    Iran Situation

    Bound to happen at some point I guess. I would hope that it wouldn't be easy though. The media did its best a while ago to scare everyone with stories of biological weapons, but there hasn't been a major attack. Personally, if I was a terrorist, I would think the easiest way to wreak havoc...
Back
Top Bottom