well all that did work until now! all it says now is E_Fail(0x800040 05)
it works with two tables though but not with three
this is driving me nuts! lol
i even tried a new project an get the same issue
Dave
User Profile
Collapse
-
That works great cheers, however the only problem i have i need to add the following collums:
StudentDetails. StudentNo, StudentDetails. SSurname, StudentDetails. SForname, StudentDetails. Email, StudentResults. Result, Module.ModuleNa me and Module.Credits
And when i add them to the code you wrote it dose not work i alsoi tryed the following
Select * from StudentDetails, StudentResult, Module where StudentResults. SNumber...Leave a comment:
-
Database issue in VB.NET
Hi im newish at VB and an designing a program which hopefully read from three tables and i only know how to connect two.
The code i used to link the tables two tables is
"Select StudentDetails. StudentNo, StudentResults. SNumber From StudentResults Inner Join StudentDetails on StudentResults. SNumber = StudentDetails. StudentNO"
Note:There are more Collums but to make it sort ive only inserted the... -
Changing YES AND NO VALUES
i got to hand my assigment in tomorrow on VB .NET all i basicly want to know is if their is anyway you can change the yes and no values. This would make my life so much easyer if you can! So i can have 1 and 0 instead of 6 and 7. Im sure my teacher told me it is possible but i cant seem to find anything on the web. if not ill post my complicated question and code tomorrow,lol
Cheers
Dave
No activity results to display
Show More
Leave a comment: