I have a module that runs an import of data that takes about 30.0 minutes to run. During that time there is a message box open on the users screen running a progress meter showing them the progress and the time they started. After this import has been completed this message box closes and another ones open stating that the process has been completed and that the user should repair and compact the data file to save HD space etc. I would like to make the text in the last message box blink REDif possible.
I’m running Access 8.0 (Office 97 Pro).
Last message box:
MsgBox "The Import of Data you have requested has been completed." & Chr(13) & Chr(13) & Chr(10) _
& "Please Repair & Compact this file before use to improve its speed and reduce" & Chr(13) & Chr(10) & "its physical size!", , CurrentUser() & "-" & "Completed: " & "" _
& Format$(Now(), "h:nn:ss AMPM, DDDD, MMM d, yyyy")
I’m running Access 8.0 (Office 97 Pro).
Last message box:
MsgBox "The Import of Data you have requested has been completed." & Chr(13) & Chr(13) & Chr(10) _
& "Please Repair & Compact this file before use to improve its speed and reduce" & Chr(13) & Chr(10) & "its physical size!", , CurrentUser() & "-" & "Completed: " & "" _
& Format$(Now(), "h:nn:ss AMPM, DDDD, MMM d, yyyy")