Heythere82
Registered User.
- Local time
- Today, 14:52
- Joined
- Feb 17, 2016
- Messages
- 14
Hi Everyone
I have a continuous form feeding from a query. The query lists incidents and new incidents are being adding to the database frequently.
One of the fields listed on the form will be the Status field -- either "Open" or "Closed".
If the status is listed as "Open", I would like some sort of formatting change on that row on the continuous form.
Maybe the color of that row/entry could change to red.
Maybe the text of that row/entry could be bolded.
The specific formatting is not necessarily important. I'm guessing that I would just change the form property using an IIF statement.
The problem I'm facing is how do I reference a specific record on the continuous form?
If I have VBA code running with a timer event on the form, the code would only check the current(active record), not all 10 records displayed on the continuous form.
Similarly, if the current record is listed as "Open", I could only change the formatting for the entire form, not that specific record.
So, is there a way to reference specific records on a continuous form?
Is there another way of greatly distinguishing "Open" records from the others on my form?
I have been stuck with this problem for so time now. I cant figure out a solution. :banghead::banghead::banghead:
I have a continuous form feeding from a query. The query lists incidents and new incidents are being adding to the database frequently.
One of the fields listed on the form will be the Status field -- either "Open" or "Closed".
If the status is listed as "Open", I would like some sort of formatting change on that row on the continuous form.
Maybe the color of that row/entry could change to red.
Maybe the text of that row/entry could be bolded.
The specific formatting is not necessarily important. I'm guessing that I would just change the form property using an IIF statement.
The problem I'm facing is how do I reference a specific record on the continuous form?
If I have VBA code running with a timer event on the form, the code would only check the current(active record), not all 10 records displayed on the continuous form.
Similarly, if the current record is listed as "Open", I could only change the formatting for the entire form, not that specific record.
So, is there a way to reference specific records on a continuous form?
Is there another way of greatly distinguishing "Open" records from the others on my form?
I have been stuck with this problem for so time now. I cant figure out a solution. :banghead::banghead::banghead: