Data Access

D

Derek

I have a form with a tab control and also a DataGrid view control on it. I
have bound the Datagrid to my Access Database and it shows me the info i
need. However, I need the two tabs to show me information from two different
datatbles, based on the item selected in the datagrid. I Can bind the first
tab's fields to the same datatable as the DataGrid but how do I "Synchronise
the second Tab to show me the linked info I need?
 
J

John Nurick

Hi Derek,

A tab control's pages don't have fields.

The usual technique is to bind the form to the "main" table or query, and
use a subform on each "tab" to display the related data.

I've never needed to use a DataGrid control on an Access form, and don't
know whether this might complicate matters.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top