access2010
Registered User.
- Local time
- Today, 07:28
- Joined
- Dec 26, 2009
- Messages
- 1,115
We enter data into the field -> PE_Ratio
On the click [Event Procedure]
I would like to copy the data in the field PE_Ratio to => PE_Ratio_Previous and copy the data in PE_Ratio_Previous to => PE_Ratio_Earliest
Could I receive a suggestion as to what I am doing wrong, as our results do not work, in either of the below codes in our Access 2003 database?
Me.PE_Ratio = Me.PE_Ratio_Previous
Me.PE_Ratio_Previous = Me.PE_Ratio_Earliest
' === PE Ratios
Me.PE_Ratio_Previous = Me.PE_Ratio
Me.PE_Ratio_Earliest = Me.PE_Ratio_Previous
Thank you.
Nicole
On the click [Event Procedure]
I would like to copy the data in the field PE_Ratio to => PE_Ratio_Previous and copy the data in PE_Ratio_Previous to => PE_Ratio_Earliest
Could I receive a suggestion as to what I am doing wrong, as our results do not work, in either of the below codes in our Access 2003 database?
Me.PE_Ratio = Me.PE_Ratio_Previous
Me.PE_Ratio_Previous = Me.PE_Ratio_Earliest
' === PE Ratios
Me.PE_Ratio_Previous = Me.PE_Ratio
Me.PE_Ratio_Earliest = Me.PE_Ratio_Previous
Thank you.
Nicole