Oct 4, 2006 #1 miguelst MIS Jan 6, 2005 13 CA In the Form1 I have a button that calls Form2. From Form2 I would like to call a Function declared in the Form1. Is it possible? How?
In the Form1 I have a button that calls Form2. From Form2 I would like to call a Function declared in the Form1. Is it possible? How?
Oct 4, 2006 1 #2 TheAceMan1 Programmer Sep 23, 2003 11,174 US miguelst . . . Try: Code: [blue][i]variable[/i] = Forms!Form1.[purple][b][i]FunctionName[/i][/b][/purple][/blue] See Ya! . . . . . . Upvote 0 Downvote
miguelst . . . Try: Code: [blue][i]variable[/i] = Forms!Form1.[purple][b][i]FunctionName[/i][/b][/purple][/blue] See Ya! . . . . . .
Oct 4, 2006 Thread starter #3 miguelst MIS Jan 6, 2005 13 CA IT worked, Thanks, TheAceman1. Upvote 0 Downvote