As a novice, I have been playing about with this code for ages and still can't get it to do wat I want.
Could anyone point out to me where I am going wrong?
What I would like to do is each time the picture moves from the cupboard to the bigcupboard for the cupboardcount to decrement by 1 automatically and bigcupboardcount to increment by1 . The values are shown in labels on forms shown via cmdCupboard and cmdBigCupboard.
Any help would be appreciated, thanks
Last edited by mbonfyre; Dec 31st, 2002 at 05:50 AM.
many thanks for your help, Instructing me to use Option Explicit was a good reminder.
I have so much to learn still, and I couldn't think of a freindlier place to do just that.
mbonfyre : you should check the "Require Variable Declaration" setting in the option window in vb. This way you don't have to think about adding Option Explicit to all your modules....