Code: Select all
Dialog>Dialog3
Caption=Dialog3
Width=445
Height=250
Top=104
Left=16
Label=Select a database to distribute.,32,8,true
CheckBox=msCheckBox1,Clarify Research,32,24,97,False
CheckBox=msCheckBox2,OA Change,32,48,97,False
Button=OK,32,72,75,25,5
EndDialog>Dialog3
However, I'm having trouble bridging the gap between the two. I don't know how to store the info from the form so I can use it later on in the code.
Any help will be greatly appreciated as always.