Hello All,
I need Help with the below script i got over the net, i want to close the form once the messages end.
any ideas what to write and where within the code ??
Option Compare Database
Option Explicit
Public txtScrollStatus As String
Private Sub Form_Open(Cancel As Integer)
On...