Search results

  1. D

    Last Updated Compile Error

    Currently I have a field setup on my form and hidden. I have inputted the code me.txtDate_updated=now() to assign the date that the field was updated. However, now whenever I access the form I receive a Compile error stating "Method or data member not found" Anyone have an idea as to what...
  2. D

    Showing Last Updated Date

    I have a form where I am currently showing the last updated user with the following code: Private Sub Form_Current() Me.Updated = fOSUserName End Sub I would like to add another field Date_Updated that shows the day that the record was updated. So far me.txtDate_Updated = date() has given me...
  3. D

    Can't return function value to table?

    I have a form that I need to return the value of a fOSUserName() function back to the table so that I know the username of the person who last updated a record. I have been able to display the username on the form with the function, but have not been able to figure out how to assign the value...
Back
Top Bottom