May 26, 2005 #1 teknikalbody Programmer Joined Mar 2, 2003 Messages 35 Location GB Hi, Never done this before, what do I need to do in order to pass a parameter from FORM_A to FORM_B. TIA
Hi, Never done this before, what do I need to do in order to pass a parameter from FORM_A to FORM_B. TIA
May 26, 2005 #2 lewisp Programmer Joined Aug 5, 2001 Messages 1,238 Location GB Try scrolling down a bit.... ;-) Upvote 0 Downvote
May 27, 2005 Thread starter #3 teknikalbody Programmer Joined Mar 2, 2003 Messages 35 Location GB Ah... I take your point. But I keep stumbling across PARAMTER_LIST though I only want to pass a employee number to FORM_B. So how do I set up PARAMETER_LIST? Any suggestions are appreciated. Upvote 0 Downvote
Ah... I take your point. But I keep stumbling across PARAMTER_LIST though I only want to pass a employee number to FORM_B. So how do I set up PARAMETER_LIST? Any suggestions are appreciated.
May 27, 2005 #4 lewisp Programmer Joined Aug 5, 2001 Messages 1,238 Location GB Check the forms help for CREATE_PARAMETER_LIST and ADD_PARAMETER. Upvote 0 Downvote