im having a major problem at starting up a thesis (which we aren't supposed to do yet but our professor forced us to.)
and what i am doing right now is building the program first before starting any document writing. but there was a problem
when i started to load my database in my program it says "user-defined type not defined" im still kinda new to VB that's why im having a hard time coding this. here is the code for that section:
Private Sub Form_Load()
Dim std_db As Database
Password = InputBox("Please Enter your Student Number:", "Log-In")
Set std_db = opendatabase("C:\Users\Tantra playmate\Desktop\std_info.mdb")
thank you.
(i hope i followed the posting rules correctly.)

New Topic/Question
Reply



MultiQuote



|