K
Karen
Been working in my growing Access db today and a problem has cropped up.
On a form I have a combo box and 'after update' another form is opened using the ID from the combobox selection. For no apparent reason, I will get the following error as the next form begins to open.
Run-time error '28':
Out of stack space
If I choose 'End', the Access app just closes immediately. I've checked in Windows Task Manager and neither the Access application or its process is active.
If I choose 'Debug', the following vba, which is on the opening form, is highlighted
txtDate.Value=Format(Now(), "mm/dd/yy" & " " & "hh:mm am/pm")
If I choose 'Reset' in the VBA editor, the Access app closes immediately.
Any ideas. I've looked in MSDN and don't see a good lead to pursue.
On a form I have a combo box and 'after update' another form is opened using the ID from the combobox selection. For no apparent reason, I will get the following error as the next form begins to open.
Run-time error '28':
Out of stack space
If I choose 'End', the Access app just closes immediately. I've checked in Windows Task Manager and neither the Access application or its process is active.
If I choose 'Debug', the following vba, which is on the opening form, is highlighted
txtDate.Value=Format(Now(), "mm/dd/yy" & " " & "hh:mm am/pm")
If I choose 'Reset' in the VBA editor, the Access app closes immediately.
Any ideas. I've looked in MSDN and don't see a good lead to pursue.