Search results

  1. Kryst51

    Has NASA found (potentially) extraterrestrial life?

    Ummmm - It is mentioned in SEVERAL historical documents/letters which were COMPILED into one book..... And as you already know, I can't PROVE anything to you, as others have mentioned, belief is by faith.... And the books were written by the witnesses themselves (The apostles), and Paul who was...
  2. Kryst51

    Has NASA found (potentially) extraterrestrial life?

    Here's what I don't get, Christ did that, though the opposite direction, he cured the sick, declared he was God, rose from the dead and then went up into the clouds.... You don't believe Him, so why would you believe it the other way around (And all this was witnessed by many people). But...
  3. Kryst51

    Has NASA found (potentially) extraterrestrial life?

    Awww, thwarted by sonic wall...... :(
  4. 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...
  5. 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...
  6. 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...
  7. Kryst51

    Happy Birthday Tess!!!

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

    Happy Birthday Tess!!!

    Happy birthday tess!
  9. 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)...
  10. Kryst51

    Story

    what is consumed
  11. Kryst51

    Story

    Dim. This adds
  12. Kryst51

    Story

    wrinkly eyes when
  13. Kryst51

    Story

    that went round
  14. Kryst51

    Story

    where the buffalo
  15. Kryst51

    Story

    defender of the
  16. Kryst51

    Story

    Poor Brian, he
  17. 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
  18. 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")
  19. Kryst51

    Story

    of guano. The
  20. Kryst51

    Story

    the bat cave,
Back
Top Bottom