Search results

  1. A

    Brain Teasers

    That damn matchstick one i have no idea... lol. how about this: A man who lives on the tenth floor takes the elevator down to the first floor every morning and goes to work. In the evening, when he comes back; on a rainy day, or if there are other people in the elevator, he goes to his floor...
  2. A

    Brain Teasers

    Perhaps it would help people to think of it another way.... the opposite way. When you have the option of all 3 doors, only one door is a winner. That we know. So you have a 66% chance of picking the wrong door. So by that, you always have higher odds of being wrong. If given the option to...
  3. A

    Brain Teasers

    i c.... interesting. lol. Thanks.
  4. A

    Brain Teasers

    How is it that a 1% reduction in water is a 50% reduction in weight.... this answer can't be correct based on the info. If the first day, the water content was 99% and that equates to 50 pounds. Strawberry weight is 0.5 and water weight is 49.5 Looking at Just the water, we loose 1% of our...
  5. A

    Brain Teasers

    Farm purcahsed 100 pounds at $2. = $200 expense. First day, sold 50 pounds fresh strawberries at $4.00 = $200 (expenses = 0 now) Second day.. Loss of 1%. 50 pounds x 0.01 = 0.5 pounds. 50 - 0.5 = 49.5 pounds. 49.5 pounds x $4 = 198 (profit)
  6. A

    Brain Teasers

    After reading all this, I have to say, the simple explination for the door problem seem to be that your simply Betting that you were wrong on your first guess. Because your odds are 1/3 initially, and you made your pick with those odds, given that you have the option to switch to another door...
  7. A

    Simple If/Then I'm screwing up

    I am going to venture a guess and say that because your using the Year and Date function then it's a date. which would mean you would have to add using DateSerial. I THINK you might be able to just add a variable to the cause. Dim a variable as an integer. lets call it MyYear ... Myyear =...
  8. A

    Display Form on Database Opening

    yes. it's in the start-up settings, which version of access are you using?
  9. A

    If you could visit one place ...

    Ari Atoll, Maldives google it, then you will see why. (or if any of you have Vista and have seen the "dock" background, then you'll know why.)
  10. A

    What's your best/worst joke?

    The kids filed back into class Monday morning. They were very excited. Their weekend assignment was to sell something, then give a talk on productive salesmanship. Little Sally led off: "I sold girl scout cookies and I made $30," she said proudly, "My sales approach was to appeal to the...
  11. A

    how close to the storm?

    Apparently it was "downgraded" to a 5.0.... I guess the U.S said it wasn't as big as the equipment said it was. not really sure how that works but.. whatever. I felt it too! there is a video of it on Yahoo's main page as of 10 minutes ago. if anyone is interested.
  12. A

    This site is not a joke

    It's true, i'm not a fan of political correctness, generally i hate people that are offended on behalf of someone that ought to be. with this particular example, I wasn't so much "profusley denying affinity with political incorrectness" as much as i was stating that I have volunteered as a...
  13. A

    This site is not a joke

    I've read this thread, as well as "This site is ever increasingly becoming a joke..." People seem to be arguing the fact that people shouldn't be able to delete off topic or offensive posts from their own thread. To sum up the point for my own clearification, are these people basically trying...
  14. A

    Tracking Usage

    Worth a look http://kids.getnetwise.org/tools/tool_result.php3?display_start=1&functionality_id_array%5B%5D=931452504.82116
  15. A

    Tracking Usage

    I would venture down the "Parental control" software path. I know that my personal computer has Bit defender on it which comes with a parental control feature. You can set key words or websites that when a user accesses, the software sends an email to a specified account. I believe there are...
  16. A

    Access Link to Mapserver... Not working

    Hey Everyone, I'm going to start by saying, I can program in Access Alright, and I have done a real small amount of work on our Server site with this mapserver, but I am by no means an expert. We have a map server that displays points, these points are linked to a database. Now to create the...
  17. A

    Poke Personal.xls

    You need this.. http://msdn.microsoft.com/en-us/library/aa140936(office.10).aspx And this... http://msdn.microsoft.com/en-us/library/aa141014(v=office.10).aspx
  18. A

    Macro to check the gaps in the records numbering and fill

    Would it not be much esier, and very simple, to ADD a new field to the table, and make it an autonumber field, that way all recs will be numbered sequentially when you open the table.. if you need the specific field due to relationships...(which i hope you don't because you were planning on...
  19. A

    openrecordset question

    I think your Is giving you the problem. Should be: WHERE main.offshore_analyst You need Tablename.Field Not just field name.
  20. A

    Don't set focus if no records returned

    yep, the button can go wherever you want. your query should specifically reference the subform by name so it doesn't matter if the button is on the parent or the subform.
Back
Top Bottom