I have a problem. I have a form say (form1) with a text box (text1). I would like to pass the value of text1 to a report form (report1). I have tried the following:
form1.init()
lparameter clocation
form1.destroy()
clocation = thisform.text1.value
report form report1 to printer preview with clocation
I can't figure out what is wrong with this. I had it working once before but can not duplicate what I did.
Thanks in advance.
John
form1.init()
lparameter clocation
form1.destroy()
clocation = thisform.text1.value
report form report1 to printer preview with clocation
I can't figure out what is wrong with this. I had it working once before but can not duplicate what I did.
Thanks in advance.
John