G
Guest
h
I have a switchboard and two forms called frmCriteria and frmTraining. In switchboard, I have an entry for an item as follows
Open Form in Add Mode (Form is frmCriteria
There is a button called "OK" on the form frmCriteria. So through frmCriteria fom, I accept some criteria from user and then in the click event of "OK" button, I wrote
DoCmd.OpenForm "frmTraining", , , , acFormEdi
Access opens the form frmTraining and shows all the records on the basis of criteria. But no enter/edit is allowed
Please help me that how can I overcome this problem
Thanks in advance
synaqvi
I have a switchboard and two forms called frmCriteria and frmTraining. In switchboard, I have an entry for an item as follows
Open Form in Add Mode (Form is frmCriteria
There is a button called "OK" on the form frmCriteria. So through frmCriteria fom, I accept some criteria from user and then in the click event of "OK" button, I wrote
DoCmd.OpenForm "frmTraining", , , , acFormEdi
Access opens the form frmTraining and shows all the records on the basis of criteria. But no enter/edit is allowed
Please help me that how can I overcome this problem
Thanks in advance
synaqvi