I have following code in a button:
[CODE]Private Sub Kommandoknap33_Click()
On Error GoTo errorHandler
Dim wordApp As Object ' Erklær variablen til referencen.
Set wordApp = CreateObject("word.application")
wordApp.Visible = True
wordApp.documents.Open...
I have a relative small database, which suddenly seems to performe very slowly. When I make an edit in the biggest form, it takes over 30 seconds to save the changes.
How can I se, what is wrong - and what do I do to make it right?
/Rudy