Results 1 to 2 of 2

Thread: DATAFORMAT

  1. #1
    Guest

    Question

    Hi it's me again.

    text1.text = rs!datebirth

    the text1 not depend of adodc1
    datebirth in recordset is integer not date

    why if i define a diferent dataformat date in the propierties the field show always yyyy/mm/dd


    TIA


  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    188
    Try using:
    Text1.Text = Format(rs!datebirth, "MM/dd/yyyy")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width