Oke Guys,
I need some help with VB6.0 and MSACCESS
I've a table in a mdb file with
TABLE: STRUCTURE
Formname|Object Name|TableName| FieldName
FrmAdres|TxtCom pany|Clients|Co mpany
And
TABLE: Clients
Company|Street| ZIP etc
Then I have a Form named FrmAdres with lots of controls.
What do i want.
On Form_Load loop all the controls (textbox, combobox) search in the table
Structure and look for the source. Then goes to the correct table and field
and fill the control with that information.
This must be a public function...I only need the part to 'link' the
information...L oop the controls, get objectnames, match them in Table
structure is not the problem...only the last part.
THANX!!!!!!!!!! !!!!!!!!
Rogier
--
I need some help with VB6.0 and MSACCESS
I've a table in a mdb file with
TABLE: STRUCTURE
Formname|Object Name|TableName| FieldName
FrmAdres|TxtCom pany|Clients|Co mpany
And
TABLE: Clients
Company|Street| ZIP etc
Then I have a Form named FrmAdres with lots of controls.
What do i want.
On Form_Load loop all the controls (textbox, combobox) search in the table
Structure and look for the source. Then goes to the correct table and field
and fill the control with that information.
This must be a public function...I only need the part to 'link' the
information...L oop the controls, get objectnames, match them in Table
structure is not the problem...only the last part.
THANX!!!!!!!!!! !!!!!!!!
Rogier
--