wallaseawez
New member
- Local time
- Today, 21:35
- Joined
- Aug 17, 2009
- Messages
- 7
I am trying to substitue the 1 below for a Variable in my code
vol = Forms!frm_3rdSchd.att1.Value
but can't seem to figure out how to do it
vol = Forms!frm_3rdSchd.att & regNum & .Value
gives 'Invalid or unqualified reference'
vol = Forms!frm_3rdSchd.att1.Value
but can't seem to figure out how to do it
vol = Forms!frm_3rdSchd.att & regNum & .Value
gives 'Invalid or unqualified reference'