johndoomed
VBA idiot
- Local time
- Today, 03:48
- Joined
- Nov 4, 2004
- Messages
- 174
Hi guys!
I'm having problems with transfering data from one subform to another. On a button in "subform1" I've tried this code:
var1 = Me.Parent.subform2.fieldname
(I've also tried ...fieldname.Value)
I just get "can't find.."
Any ideas?
I'm having problems with transfering data from one subform to another. On a button in "subform1" I've tried this code:
var1 = Me.Parent.subform2.fieldname
(I've also tried ...fieldname.Value)
I just get "can't find.."
Any ideas?