Hello everybody,
I have a subform, say sbfrm1, with 2 fields, Field1 and Field2.
Field1 is a Yes/No field while Field2 has numeric values.
Some records in Field2 may show the same number.
When I click any record within Field1, it corresponds, in the same record but in Field2, to a specific numeric value.
Let us suppose, as an example, that I click, within Field1, the record ID7. It corresponds, in Field2 to the number 426.
What I need is that, following the above action, all records of sbfrm1 showing in Field2 the same number 426 could change their font format (light gray color and smaller font size).
I have been wondering if such a problem can be solved in access.
I was thinking of creating a variable, Var1, where the corresponding value (426 in the example) could be stored. Then, search, in sbfrm1, the records that in Field2 show the value stored in Var1 and change their font format. I don’t know, however, if this can be the right approach to the problem considering my rather poor level of expertise in access vba.
Any useful suggestions are very much welcome.
David.
I have a subform, say sbfrm1, with 2 fields, Field1 and Field2.
Field1 is a Yes/No field while Field2 has numeric values.
Some records in Field2 may show the same number.
When I click any record within Field1, it corresponds, in the same record but in Field2, to a specific numeric value.
Let us suppose, as an example, that I click, within Field1, the record ID7. It corresponds, in Field2 to the number 426.
What I need is that, following the above action, all records of sbfrm1 showing in Field2 the same number 426 could change their font format (light gray color and smaller font size).
I have been wondering if such a problem can be solved in access.
I was thinking of creating a variable, Var1, where the corresponding value (426 in the example) could be stored. Then, search, in sbfrm1, the records that in Field2 show the value stored in Var1 and change their font format. I don’t know, however, if this can be the right approach to the problem considering my rather poor level of expertise in access vba.
Any useful suggestions are very much welcome.
David.
Comment