Accesser,
You don't really add anything. Get a form in Design View, right-click to bring
up the Properties box.
Look at the Event Tab for the form's property. Set the Timer Interval to
some number of milliseconds. Then for in the OnTimer event, put:
[Event Function] and enter your code in the VBA editor.
Wayne