Running ACCESS 2000 ADP. Is there a way to change any of the font attributes in VBA for a particular field?
Here is the problem: I have a stored procedure which is creating a list of changes for a particular record by a user. When I print the record, I do a group by and in the detail area print 1 change on each line. What I would like to do is highlight the fields on the detail line and print only 1 record. EG. Only hightlight(or bold print) the fields which are changing. All the fields have to print regardless of whether they changed or not.
I saw some stuff in an MDB which can reference the field but not in an ADP.
If there is such an animal where would I code this, in the ON OPEN EVENT? Doesn't make sense there because the data has not been loaded yet.
Anyone have any ideas or examples?
Thanks,
Here is the problem: I have a stored procedure which is creating a list of changes for a particular record by a user. When I print the record, I do a group by and in the detail area print 1 change on each line. What I would like to do is highlight the fields on the detail line and print only 1 record. EG. Only hightlight(or bold print) the fields which are changing. All the fields have to print regardless of whether they changed or not.
I saw some stuff in an MDB which can reference the field but not in an ADP.
If there is such an animal where would I code this, in the ON OPEN EVENT? Doesn't make sense there because the data has not been loaded yet.
Anyone have any ideas or examples?
Thanks,