ManUBlueJay
Active Member
- Joined
- Aug 30, 2012
- Messages
- 320
- Office Version
- 365
- Platform
- Windows
I am working on a very large Geneology project. I want my code to update given fields in my data sheet.
My code is looking to see if the given person has a previous marriage. If it doesnt that it should continue with the code.
I am using "On Error Resume Next" but it still breaks in my line and does not resume.
Here is the 3 lines of code:
Any help would be appreciated.
My code is looking to see if the given person has a previous marriage. If it doesnt that it should continue with the code.
I am using "On Error Resume Next" but it still breaks in my line and does not resume.
Here is the 3 lines of code:
[WifeFirstMarriage_NameRange] = [NewWifeName] 'updating Wife original family with name that includes her husband if 2nd marriage
On Error Resume Next
[NewWife_OriginalFamily_NameRange] = [NewWifeName]
Any help would be appreciated.