Workaholic
Registered User.
- Local time
- Today, 11:49
- Joined
- Jun 20, 2004
- Messages
- 17
I have an error handler for a requery sub, my problem is that the sub can have two errors at once. How can you work with multiple errors
ie If Err = 1234 then.........
If Err = 5678 then.........
I've tried searchng but I can't find any multiple error handling
ie If Err = 1234 then.........
If Err = 5678 then.........
I've tried searchng but I can't find any multiple error handling