Search results

  1. A

    Atheists and theists are the same.

    I just thought I would chime in here, since apparently the topic is that people all around the world "agree in a common theme of the supernatural" or something to that effect. More Americans believe in Aliens than Europeans believe in God. Does that make Aliens more real than God? Also, if a...
  2. A

    Taxing Marijuana

    The only input I have is that with any product that is imbibed once a corporation gets there hands on it the quality, safety and desirability of it typically goes down in the name of reaching a bottom line where output is through the roof and cost is driven as far down as possible. I think it...
  3. A

    Textbox Cursor

    This is definitely an aesthetic question, currently in Access 2007 the default text box uses a blinking "|" as the indicator for where the text will be placed when a user types. Is there a way to change that bar to the old "_" underscore like on a terminal application? I've been playing around...
  4. A

    Stella Awards fo 2008

    I'm waiting for the day when someone spills a coffee on themself and sues because it wasn't hot enough to burn them so they could sue.
  5. A

    American Banks and their part in my downfall

    I think I get a pretty good bang for my buck. Yes, I'm saying I think the government actually spends my tax money pretty well. Especially now in tax season when I see how much I pay and then realize that with what I pay I could send my kids (If I had them) to public school, police response...
  6. A

    Questions to God.

    "Please forgive me"
  7. A

    Greeted as Liberators

    http://www.dispatch.com/live/content/national_world/stories/2009/01/29/iraq_shoe.html?sid=101 Iraqis build a statue to honor Bush.
  8. A

    Aside from Access/Excel etc are you into electronic technology

    There are a few devices I consider to be unholy and warped malformations of what they could have been - namely cell phones and the Ipod. To me the cell phone could have been great but it's just exploited and tweaked until the company is siphoning as much money from it's users as possible...
  9. A

    Inauguration

    And we smell our own, apparently. Col we should make you an honorary American.
  10. A

    Inauguration

    I lol'd MrsGorilla, well played.
  11. A

    Read XML webpage from Access WebBrowser Object

    If you are using the activex web browser you can use somestring = Browser.Document.Body.Innertextand that will dump all the text into the variable. if you have multiple results you can loop using lbound and ubound if you fill each of your results into an array. Parsing is easy with xml, it's...
  12. A

    Setting the URL for a WebBrowser from a Form Variable

    I'm going to venture out and take a stab. You could do something like: Dim lPostCode as Long if Instr(String, "<POSTCODE>") Then lPostCode = Split(String, "<POSTCODE>")(1) lPostCode = Split(lPostCode, "</POSTCODE>")(0) that would pull it out but I imagine it would take a while and...
  13. A

    Inauguration

    Since when has religion not been a weird thing? I'm young, granted, even though I was raised by a family who prescribed to a religion I still always thought everyone was bat sh&% crazy. I mean, after all, how do you get: "You shall not make for yourself a graven image, or any likeness of...
  14. A

    Inauguration

    Chris Rock, of all people, actually had a great quote about this. I'll pry butcher his actual line, however it went like such: "Until we elect a black man who is as stupid as Bush, we ain' equal." And yeah, what stats said about the limo. I wouldn't be surprised if it could take a missile head...
  15. A

    New weapons found in Iran

    http://www.aksalser.com:80/game.htm My pop sent me this, it was a good way to waste 15 minutes.
  16. A

    Question Queries suddenly stopped working

    This is a long shot, do you perhaps have Warnings set to false in the coding anywhere? If they are not set back to true then if a query is run and it fails to append records it looks as if it simply doesn't do anything. Try making a blank form, put a button on it and in the code for the button...
  17. A

    Question Are there known Conflicts between Access 2003 Runtime and Access 2007 Demo version?

    I had a problem like this. Actually almost identical. What I did was wipe all packages and run times off the machine (I left Access installed). Then I installed Access 2007 Run Time, then Access 2003 run time. This worked for me.
  18. A

    What do you consider to be the best "con" of recent years?

    George W Bush "We're Going to Mars."
  19. A

    Xmas is here at last.

    Rich is a WW2 vet?
  20. A

    Xmas is here at last.

    You make fun of Hitler and it "takes the piss out of him" You make fun of the guy who dressed up like Santa to commit crimes . . . or any other jerk off that tries to add sick twisted flavors to their crimes to take the . . . yah know what. Forget it.
Back
Top Bottom