Mar 10, 2004 #1 dgwilliams MIS Joined Jun 30, 2003 Messages 196 Location GB Is it possible that a form module can call a function or access a variable in another form module. If so how do i acheive this? thanks
Is it possible that a form module can call a function or access a variable in another form module. If so how do i acheive this? thanks
Mar 10, 2004 #2 salvatoredoria Programmer Joined Jan 22, 2004 Messages 22 Location IT you have to declare the function of a form as "public", in order to call it from all the project Upvote 0 Downvote