Thanks Lilliabeth.
The first run did not work, modified the code to read as below and works fine. I'm not real familiar with this code stuff yet, but know enough to get by on occasion. Do appreciate you pointing me in the right direct.
Private Sub Form_BeforeUpdate(Cancel As Integer)
[txtLastModified] = Now()
Exit Sub