i have a problem about vb forms connection, iam trying to develop a school database which contains students reports school asssets details of staffs and all the management. so i have created all forms but the problem is how to connect them, wud u plz send me the procedure and the codes if possible coz i dont know how to start
Are you using visual basic
to load form:
load <name of form>
<name of form>.show
If you want to use some variants which All of form can use these variants.You can add in your project one module . And in this module you can declare a global variant . Then U can use that variant to conect data thruogh all of your form
example In module
Public Ex as interger
now U can use Ex in all of your form, and using it to connect data through all of your forms
cheer