I have a form1 that uses table1. In the form1 it has cmdsearch.click that opens form2. In the form2 I have a cmdfilter.click that will filter the table1 based on the input on the form2.
Could somebody help me on how I could access the table1 in this form2 and then open the form1.
legend: table1 = applicant.dbf
cmdfilter.click contains
..checking
use applicant
set filter to ...
thisform.release
do form form1
error: File is in use
Please help me setup the proper code
Thank you.
Could somebody help me on how I could access the table1 in this form2 and then open the form1.
legend: table1 = applicant.dbf
cmdfilter.click contains
..checking
use applicant
set filter to ...
thisform.release
do form form1
error: File is in use
Please help me setup the proper code
Thank you.