newbie help with dbGrid

  • Thread starter Thread starter spawn
  • Start date Start date
S

spawn

Heres my prob.

using VS 6.0 sp6
acess 2000

I have a form that will list a customers info from a single table(the
customers table). I would like to use a dbGrid to list (work orders
from the work order table) all of the vehicles worked on for that
customer. Each customer has a Unique ID as well as each work order has
a unique ID. So as I go thru each customer using a data control the
dbGrid shows all the work done for only that individual. So long story
short Im not sure how to tie the dbGrid to the data control to reflect
the changes.

My second problem,
I would like to be able click on a row in the dbGrid and edit it.

Is the dbGrid the right control for this?
thanks for any help
 
Hi Spawn,

This newsgroup is for VB.net it is really totally different with controls
then VB6

You better can ask this question in a newsgroup as

microsoft.public.vb*

There are a lot of them, I thought also a special one for the datagrid.
(However my idea is never to post in a special control group or only
crossposted)

I hope you find your solution?

Cor
 
Back
Top