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
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