Hatchetman
Apr 5th, 2001, 12:50 PM
I have this code in a command button:
if text1.text="blabla" then
load frmmain
show
end if
it is supposed to load frmmain and close frmpass if you type blabla in text1 and click ok.
it won't work the way i have it. why?
if text1.text="blabla" then
load frmmain
show
end if
it is supposed to load frmmain and close frmpass if you type blabla in text1 and click ok.
it won't work the way i have it. why?