P
PQR
I have two forms not connected to any table:
(1)frmFirst
(2)frmSecond
frmFirst generates a id-serial strSerialid
On clikcing the commandbuttom cmdSubmit frmFirst is closed
and frmSecond is opened
The problem:
The strSerialId generated in frmFirst has to be displayed
in the txtSerialId
How can this be realized.
(1)frmFirst
(2)frmSecond
frmFirst generates a id-serial strSerialid
On clikcing the commandbuttom cmdSubmit frmFirst is closed
and frmSecond is opened
The problem:
The strSerialId generated in frmFirst has to be displayed
in the txtSerialId
How can this be realized.