JGravesNBS
Registered User.
- Local time
- Today, 15:05
- Joined
- Apr 5, 2014
- Messages
- 58
Run-time Error While Moving Field In Tabbed Forms
I have a tabbed form Name: TabCtl0
I'm trying to move the value of Me.strOwnerName in the Permit Information tab
to Me.strApplicant in the Applicant/Contractor tab
Name: Permit Information Page Index: 0
Me.strOwnerName
Name: Applicant/Contractor Page Index: 2
Me.strApplicant
On the Permit Information tab, I have the following code:
Me.strApplicant = Me.strOwnerName (This works fine in Access 2000 & 2007)
When I run Me.strApplicant = Me.strOwnerName on Access 2013 & 2016 I get the following error message:
Microsoft Visual Basic
Run-time error +2147352567 (80020009)
The data has been changed.
Continue End Debug
with Me.strApplicant = Me.strOwnerName highlighted
Any thoughts?
11397335
I have a tabbed form Name: TabCtl0
I'm trying to move the value of Me.strOwnerName in the Permit Information tab
to Me.strApplicant in the Applicant/Contractor tab
Name: Permit Information Page Index: 0
Me.strOwnerName
Name: Applicant/Contractor Page Index: 2
Me.strApplicant
On the Permit Information tab, I have the following code:
Me.strApplicant = Me.strOwnerName (This works fine in Access 2000 & 2007)
When I run Me.strApplicant = Me.strOwnerName on Access 2013 & 2016 I get the following error message:
Microsoft Visual Basic
Run-time error +2147352567 (80020009)
The data has been changed.
Continue End Debug
with Me.strApplicant = Me.strOwnerName highlighted
Any thoughts?
11397335