Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

view contents of data in access table

Status
Not open for further replies.

surfside1

Programmer
Feb 12, 2006
209
0
0
US
How do you view the contents of the data that is in the datasource in VB express 2005? In my case it is an access table, and I just need to know where in the VB interface that you see the actual values without coding? I end up going into Access, this has got to be simple....Thanks!
 
If yu don't want to code then go back to access. Else you are going to get into trouble really soon.

Christiaan Baes
Belgium

My Blog
"In a system where you can define a factor as part of a third factor, you need another layer to check the main layer in case the second layer is not the base unit." - jrbarnett
 
That's not what I am asking. When I run my application that I've built and coded in VB and I am using an Access table as the DataSource, I just want to be able to browse the table to see if I got the correct results Without bringing up Access and View the table. Isn't there a similar way to do that within the VB interface?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top