Meander365
Programmer
Using Access 2000.
Hi,
I have two tables with the same fields. One used for current data, the other used for update requests.
What I want to do in VB is to highlight on a form (with the record source set to the update table) which fields are different by highlighting them in bold.
So, for example :
TABLE 1 (Currrent) : Field [Client Name] = "Robert"
TABLE 2 (Updates) : Field [Client Name] = "Bob"
And on the form the Client Name field is set to BOLD.
So I need to compare the two tables some how and more specifically, the fields within them.
Any ideas would be appreciated !!
Thanks!
Hi,
I have two tables with the same fields. One used for current data, the other used for update requests.
What I want to do in VB is to highlight on a form (with the record source set to the update table) which fields are different by highlighting them in bold.
So, for example :
TABLE 1 (Currrent) : Field [Client Name] = "Robert"
TABLE 2 (Updates) : Field [Client Name] = "Bob"
And on the form the Client Name field is set to BOLD.
So I need to compare the two tables some how and more specifically, the fields within them.
Any ideas would be appreciated !!
Thanks!