D 
		
								
				
				
			
		Downie
I have a text box field with a default value of Now() on my Form that I
would like to automatically update every minute or so.
Is there and code out there that will automate this for me..come sort
of cron I believe?
Private Sub Text21_BeforeUpdate(Cancel As Integer)
End Sub
				
			would like to automatically update every minute or so.
Is there and code out there that will automate this for me..come sort
of cron I believe?
Private Sub Text21_BeforeUpdate(Cancel As Integer)
End Sub