can two ms sql table display information on one vb datagrid???

Reply

Join Date: Jun 2009
Posts: 95
Reputation: gingank is an unknown quantity at this point 
Solved Threads: 0
gingank's Avatar
gingank gingank is offline Offline
Junior Poster in Training

can two ms sql table display information on one vb datagrid???

 
0
  #1
Jul 1st, 2009
Hi guy it is possible two table information with same information expect the badge ID display it on one vb datagrid???
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 798
Reputation: vb5prgrmr will become famous soon enough vb5prgrmr will become famous soon enough 
Solved Threads: 145
vb5prgrmr vb5prgrmr is offline Offline
Master Poster

Re: can two ms sql table display information on one vb datagrid???

 
0
  #2
Jul 1st, 2009
Look up INNER JOIN in either SQL's Help files or Access's help files


Good Luck
If anyone has helped you solve your problem, please mark your thread as solved.

Thanks
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 5
Reputation: sengreen is an unknown quantity at this point 
Solved Threads: 0
sengreen sengreen is offline Offline
Newbie Poster

Re: can two ms sql table display information on one vb datagrid???

 
0
  #3
Jul 5th, 2009
select Emp.id,Emp.name,Profession.skills from Emp inner join Profession on Emp.id=Profession.id
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC