Little bit of Vb help

Associate
Joined
18 Oct 2002
Posts
1,581
Location
Nottingham
Been a few years since i have done VB and just working on a form in access now and need the button to enter todays date into a text box. As far as i remember it should be:

date_text.value = Date()

it has been a few years, any help?
 
dont worry guys i sorted it

current_date = format(Now, "Dd/mm/yyyy")

date_text = current_date


sorted ahhhh vb some times it does come in handy
 
Back
Top Bottom