94Sport5sp
Registered User.
- Local time
- Today, 15:52
- Joined
- May 23, 2012
- Messages
- 115
Hi:
On a form I have designed I have an unbound field which calculates a result from various table fields. The bound fields and the one unbound field are all set to visible = false until the user has entered some information. Using vba, when the conditions has been met then I set all bound fields and the one unbound field to visible = true. All works well except the unbound field does not display the calculated value. The field becomes visible but the values are not. What am I missing?
As a test, I set the unbound field to visible and the amounts display properly. When the vba code sets the unbound field to visible then the values disappear. If I break into the code then the values are again visible. Not sure what to do next.
Thanks
On a form I have designed I have an unbound field which calculates a result from various table fields. The bound fields and the one unbound field are all set to visible = false until the user has entered some information. Using vba, when the conditions has been met then I set all bound fields and the one unbound field to visible = true. All works well except the unbound field does not display the calculated value. The field becomes visible but the values are not. What am I missing?
As a test, I set the unbound field to visible and the amounts display properly. When the vba code sets the unbound field to visible then the values disappear. If I break into the code then the values are again visible. Not sure what to do next.
Thanks