Thanks again for your reply, basically, it's a "scroll text" like the news string.
this is why i want to close auto.
I tried the DoCmd.Close and it close straight away even with the timer set to 30 sec.
please help ...
Hello pr2-eugin, first of all, thanks for your reply and for the code, it's a scroll text code.
I will separate it to make it clear.
I already searched the web for DoCmd, however, all i found is commands based on a "Click Button".
Thanks,
MK...
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...