i havent used VB for a while, so im a bit rusty, but i was lookin at my old work and for some unknow reason i keep gettin an error when i use almost identical code for work im doing now.
what i want to do is close one form, and open another by pressing one button. b4 i was using Microsft Access and now im just using the VB directly thru the same (i think) Microsft program.
DoCmd.Close acForm, "Form2"
DoCmd.OpenForm "Form1"
thats my code, i got the end sub and everything else to.
help!!

what i want to do is close one form, and open another by pressing one button. b4 i was using Microsft Access and now im just using the VB directly thru the same (i think) Microsft program.
DoCmd.Close acForm, "Form2"
DoCmd.OpenForm "Form1"
thats my code, i got the end sub and everything else to.
help!!




