stephenk1973
Technical User
I have a continuous sub form for which i need to highlight only specific records which are held in a table.
My coding to do this is currently in the 'On Current' event of the sub form. This returns a 1 or 0 depending recordcount from a query against the table.
What seems to occur is the code completes against the first record of the sub form and highlights/doesn't highlight everything as per the first record.
How do i get this to work against each individual line of the continuous form?
My coding to do this is currently in the 'On Current' event of the sub form. This returns a 1 or 0 depending recordcount from a query against the table.
What seems to occur is the code completes against the first record of the sub form and highlights/doesn't highlight everything as per the first record.
How do i get this to work against each individual line of the continuous form?