Recent content by strods

  1. S

    capture today's date

    It was the 'Me.'... I thought you were supposed to subsutite the table or forum name for that. I didn't realize you were supposed to use that specifically. You have no idea how helpful that is to me now. Thank you sooooooooooooooooooooooooooooooooooooooo much...
  2. S

    capture today's date

    I was never doubting the code but I'm not understanding where or how to but that code in. I've tried about a half doezen variations and not found success. If you could copy me in on what ever you did or send me the copy with the adjustments that would be a blessing.
  3. S

    capture today's date

    I had to zip it because the forum wouldn't accept the mdb extention but here's a sample... if you could do it and I could see what the code is like and where you put it I'm sure a light bulb will go off for me so thanks.
  4. S

    capture today's date

    Okay none of this is working for me. Is there someplace I can go for simpler instructions or talk to someone in detail. I would ask someone near me, but I'm the most fluent person in Access I know.
  5. S

    capture today's date

    Okay I think I found part of the problem. I've tried several times but the VB keeps deleting my (), so my entry of "Conveted Date = Date()", keeps getting saved as "Conveted Date = Date"... Suggestions?
  6. S

    capture today's date

    okay, I'm getting closer... I've entered: ------------------------------------ Option Compare Database Converted AfterUpdate() If Converted Then Conveted Date = Date Else Converted Date = "" End If End Sub ------------------------------- But when I try to access...
  7. S

    capture today's date

    thanks but I'm apparently missing something. Let me try to clarify my question. This is a church database. The main form is called "Family Detail". This form has a subform called "Family Members". Family Members has several fields but two of which are: a Y/N box called "Converted". and a...
  8. S

    help: Attaching several products to one customer

    I can help you with it if you need as well... just say the word.
  9. S

    capture today's date

    hey everyone, I'm a moderate user of Access but I'm trying to iron out a problem. I have several Y/N boxes for various status I'm trying to track for each Y/N box I also have a date field inteded to capture today's date as the day the the Y/N box was last updated. The only problem is I do not...
Back
Top Bottom