Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionNeed Help Pin
momooomooomomo18-Dec-06 14:37
momooomooomomo18-Dec-06 14:37 
AnswerRe: Need Help Pin
Paul Conrad18-Dec-06 14:51
professionalPaul Conrad18-Dec-06 14:51 
GeneralRe: Need Help Pin
momooomooomomo18-Dec-06 15:15
momooomooomomo18-Dec-06 15:15 
GeneralRe: Need Help Pin
Dave Kreskowiak18-Dec-06 17:32
mveDave Kreskowiak18-Dec-06 17:32 
GeneralRe: Need Help Pin
momooomooomomo18-Dec-06 18:23
momooomooomomo18-Dec-06 18:23 
QuestionLinking MS Access to vb.net Pin
jady8418-Dec-06 11:56
jady8418-Dec-06 11:56 
AnswerRe: Linking MS Access to vb.net Pin
Dave Kreskowiak18-Dec-06 13:30
mveDave Kreskowiak18-Dec-06 13:30 
AnswerRe: Linking MS Access to vb.net Pin
Eric Georgiades18-Dec-06 22:36
Eric Georgiades18-Dec-06 22:36 
well you're right about it being easy
if you also happen to have the latest MSDN (free for the express editions)
you'll find great little tutorials there

anyways all you have to do, is follow the wizard in adding a new data source.
there you'll find options as to what kind of database you'll link to.
(choose from SQL Server, or MS Access database)

After that, it'll import the tables and views from the database.
Also it will ask you if you want to make a copy in your working directory or link it permanently
to the database.

(I suggest the first option which makes a new copy after each compile. Otherwise it;s not easy to distribute an application with it's database hardcoded into the application)

Now the easiest way, is to open your form in design view, and go to your data sources, and simply drag and drop the table you want.
have a look at the options then, and you'll quicly get the hang of it.

hope i could help Big Grin | :-D
GeneralRe: Linking MS Access to vb.net Pin
jady8419-Dec-06 1:39
jady8419-Dec-06 1:39 
AnswerRe: Linking MS Access to vb.net Pin
Eric Georgiades19-Dec-06 1:46
Eric Georgiades19-Dec-06 1:46 
GeneralRe: Linking MS Access to vb.net Pin
jady8419-Dec-06 1:58
jady8419-Dec-06 1:58 
GeneralRe: Linking MS Access to vb.net Pin
Eric Georgiades19-Dec-06 2:06
Eric Georgiades19-Dec-06 2:06 
QuestionSimple timer help needed Pin
BMackKC18-Dec-06 9:20
BMackKC18-Dec-06 9:20 
AnswerRe: Simple timer help needed Pin
Dave Kreskowiak18-Dec-06 9:34
mveDave Kreskowiak18-Dec-06 9:34 
Questionusb port Pin
Agbaria Ahmad18-Dec-06 6:50
Agbaria Ahmad18-Dec-06 6:50 
AnswerRe: usb port Pin
Dave Kreskowiak18-Dec-06 7:44
mveDave Kreskowiak18-Dec-06 7:44 
QuestionHow to validate a textbox without using the ASP: Validate Controls Pin
cmhuff18-Dec-06 5:08
cmhuff18-Dec-06 5:08 
AnswerRe: How to validate a textbox without using the ASP: Validate Controls Pin
Dave Kreskowiak18-Dec-06 5:45
mveDave Kreskowiak18-Dec-06 5:45 
AnswerRe: How to validate a textbox without using the ASP: Validate Controls Pin
Steven J Jowett18-Dec-06 22:32
Steven J Jowett18-Dec-06 22:32 
Questionvalidate .csv file columns values Pin
montu337718-Dec-06 4:30
montu337718-Dec-06 4:30 
AnswerRe: validate .csv file columns values Pin
Colin Angus Mackay18-Dec-06 4:49
Colin Angus Mackay18-Dec-06 4:49 
GeneralRe: validate .csv file columns values Pin
montu337718-Dec-06 6:19
montu337718-Dec-06 6:19 
GeneralRe: validate .csv file columns values Pin
Dave Kreskowiak18-Dec-06 9:29
mveDave Kreskowiak18-Dec-06 9:29 
GeneralRe: validate .csv file columns values Pin
Jason McBurney18-Dec-06 11:30
Jason McBurney18-Dec-06 11:30 
QuestionAppend text file Pin
jds120718-Dec-06 4:10
jds120718-Dec-06 4:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.