Search results

  1. Kryst51

    Has NASA found (potentially) extraterrestrial life?

    Awww, thwarted by sonic wall...... :(
  2. Kryst51

    Has NASA found (potentially) extraterrestrial life?

    I am not really offended, I was joking with my request for an apology. I am not going to take the time to respond to all of your points (though I certainly have opinions on them) because a) I know we will not reach an agreement and b) I just don't have the time or energy right now. It would be...
  3. Kryst51

    Has NASA found (potentially) extraterrestrial life?

    You know, I can't really respond to that, I myself am no scientist, but my thirst for learning is there, and reading what's going on like the article/blog that Minkey posted. All I can say is that my friends that I speak of have gotten degrees from reputable universities that claim they know...
  4. Kryst51

    Has NASA found (potentially) extraterrestrial life?

    I resent this (kind of) I am always amazed about what we are learning about the universe and our earth. I have friends (who are Christians) who work for NASA or their contractors because they love space, and the knowledge to be gained by exploration. So just because you think our beliefs are...
  5. Kryst51

    Happy Birthday Tess!!!

    Similar story here in Houston... Super Cold, then T-shirt weather, then Super Cold again... Everyone is getting sick.
  6. Kryst51

    Happy Birthday Tess!!!

    Happy birthday tess!
  7. Kryst51

    Best Approach to filtering a subform

    I have a subform that I need to filter with the idea that I will use the data in the subform to perform a mailmerge. I thought about using a multi select listbox, but there are literally hundreds of records, so finding the records that are wanted is a challenge. The idea is that many (25-30)...
  8. Kryst51

    Story

    what is consumed
  9. Kryst51

    Story

    Dim. This adds
  10. Kryst51

    Story

    wrinkly eyes when
  11. Kryst51

    Story

    that went round
  12. Kryst51

    Story

    where the buffalo
  13. Kryst51

    Story

    defender of the
  14. Kryst51

    Story

    Poor Brian, he
  15. Kryst51

    How to pu the result of a SELECT MAX(value) FROM table_name into a TextBox

    Oh, and if you need to add one to that number for your new record you can do something like this: Me.YourControlName = DMax("[YourFieldName]", "tblYourTableName") + 1
  16. Kryst51

    How to pu the result of a SELECT MAX(value) FROM table_name into a TextBox

    How about using DLookup instead? then you can set your text box based off of that txtYourControlName = DLookup("FieldName" , "TableName" , "Criteria = n")
  17. Kryst51

    Story

    of guano. The
  18. Kryst51

    Story

    the bat cave,
  19. Kryst51

    Story

    that were best
  20. Kryst51

    Story

    turns of phrase
Back
Top Bottom