making a form field remember

Joined
Jul 19, 2005
Messages
22
Reaction score
0
Hello. I am having a weird problem. I am trying to have 4 fields stay the same as I have much data to be entered that will have these 4 things in common. This is the code i'm using:

Forms!frmInputTreatyInfo!Company.DefaultValue = Forms!frmInputTreatyInfo!Company.Value

Each of the 4 fields has a different sub before update function with this line of code within the form but for some reason only two of them work. All four lines are exactly the same but with the field's name inserted appropriately. Any help?
 
Back
Top