Hi,
I am a new VB 6.0 programmer. How would I use ADO to get data from an Access database. I have a custname table a quote table and a quote item table. This is a one to many relationship. How would I get all the quotes for 1 customer? How would I get all the items for one quote?
Do I need to use stored procedures to extract the data and pass to a cursor?
Thanks for the help!
VanGough
I am a new VB 6.0 programmer. How would I use ADO to get data from an Access database. I have a custname table a quote table and a quote item table. This is a one to many relationship. How would I get all the quotes for 1 customer? How would I get all the items for one quote?
Do I need to use stored procedures to extract the data and pass to a cursor?
Thanks for the help!
VanGough