I have a form that has a date field in it. All the date fields are blank, and I want to time stamp them. I have the following code through a command button:
Me.TEXTBOX_DATE.Value = Date
However, this only inserts the time for the first record and not all of them. My guess is it needs a loop, but I've never used that before. Any help is appreciated. Thanks!
Me.TEXTBOX_DATE.Value = Date
However, this only inserts the time for the first record and not all of them. My guess is it needs a loop, but I've never used that before. Any help is appreciated. Thanks!