Search results

  1. reclusivemonkey

    Start and End Dates

    Oh right. My text book doesn't have anything about seconds in it, but then again it is for Access 2000.
  2. reclusivemonkey

    Software

    Hi Alastair, If you have a fixed IP address, then you should be more concerned than if you have an IP address which changes regularly. However, most of the security risks come from email/visiting websites/instant messenger programs and OS vulnerabilities. If you can give some more details of...
  3. reclusivemonkey

    Software

    Hi Alastair, If you have a fixed IP address, then you should be more concerned than if you have an IP address which changes regularly. However, most of the security risks come from email/visiting websites/instant messenger programs and OS vulnerabilities. If you can give some more details of...
  4. reclusivemonkey

    Start and End Dates

    Try using the DateDiff function. Not sure what you mean by "time" though. The smallest unit DateDiff has is days.
  5. reclusivemonkey

    Iran Situation

    I wasn't aware of this. Seems slightly odd to me. So even if you have a great leader that everyone like (I'm not Rich baiting there, honestly!), you still can't re-elect them?
  6. reclusivemonkey

    How to link an access databse with a mac user

    You can link to Access from Excel, but only tables and queries, not forms AFAIK. It would depend on how reliant you are on forms really. If you can get Microsoft Office Web Components for Macintosh, and they work in Mac IE, you could design some DAP forms. Its not going to be a simple task...
  7. reclusivemonkey

    Iran Situation

    Pretty good guess there Kraj under the current administration. How long is it till the next elections though? Is Bush going to win another term?
  8. reclusivemonkey

    Iran Situation

    Are small scale nuclear devices feasible? If so... I'm glad I live out in the sticks...:eek:
  9. reclusivemonkey

    Sponsored links

    What's up? Delete your post when you realised that WAS actually the way it worked?
  10. reclusivemonkey

    How to link an access databse with a mac user

    As far as I am aware, you can't get Access for Macintosh. When you say "access", what do you mean? Tables? Forms? Is this over the internet? LAN?
  11. reclusivemonkey

    Sponsored links

    Erm, thats the way its meant to work dude...
  12. reclusivemonkey

    Retrieving File Size

    Try "file size" in the Answer Wizard of the VBA Help. Should give you all the info you need.
  13. reclusivemonkey

    Checking field for a value

    Use a Case Else at the end for anything not mentioned in the other cases.
  14. reclusivemonkey

    not working - form-mail.pl

    OK, firstly, telnet is very unsecure. Your password is sent in plain text, so it would be very easy for anyone to "sniff" your username and password. If you are logging in from Windows, you can use "Putty" to log in via SSH, which is much more secure. Secondly, "whereis" is simply a unix...
  15. reclusivemonkey

    Checking field for a value

    Surely a SELECT CASE would work just fine?
  16. reclusivemonkey

    not working - form-mail.pl

    Nope, sendmail is the program you use to actually send the email. The perl script doesn't actually send your email, it simply passes the details on to sendmail, or whichever mail program you have installed on your web server. If you have SSH access, you can simply log in and type whereis...
  17. reclusivemonkey

    Iran Situation

    I think that's an over simplification of the issue. Its not about Iran "going nuclear". Nuclear power is one thing, nuclear weapons are another. The issue AFAIK, is that Iran has been repeatedly asked to be open about their nuclear facilities, and have refused. The UN Security Council's position...
  18. reclusivemonkey

    not working - form-mail.pl

    Have you checked that sendmail is correctly configured and working on your web server?
  19. reclusivemonkey

    Iran Situation

    I was rather concerned last night to see talk of getting Israel to go and bomb the nuclear facilities in Iran, as they did in Iraq. Colin Powell was talking to Paxman, and of course completely refused to admit he was wrong on WOMD. Of the permanent members of the UN Security Council (and...
  20. reclusivemonkey

    deleting duplicate values based on 2 fields

    OK James, I am just on my way out of work now, so I will take a look at this tomorrow. Hmm, it seems I don't know anything about delete queries. I was sure I had done something very similar some time ago. It should be possible to do via some VBA, however I have a couple of questions first. Is...
Back
Top Bottom