Recent content by MKader12

  1. M

    Scrolling news using a record

    I've done it, yet, it freezes or close immediately.
  2. M

    Scrolling news using a record

    HELP... 1st thanks for this amazing code... if you can please tell me how to make your message board close after 40 seconds automatically.. Thanks, MK
  3. M

    Hello !! - How To Close Form Automatically - Access 2007

    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 ...
  4. M

    Hello !! - How To Close Form Automatically - Access 2007

    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...
  5. M

    Hello !! - How To Close Form Automatically - Access 2007

    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...
Back
Top Bottom