Update label each time a new record is displayed

father

Registered User.
Local time
Yesterday, 23:54
Joined
Jul 11, 2005
Messages
14
What event would you use to update a label caption relative to a number field in the same form, so that each time a new record is displayed, it goes through my complicated "if" bva code. I want the letter "th", "st", "rd" to display beside a text box relative to the value displayed.
I suppose I could do this in the query. :confused:
 
The forms Current event fires every time there is a different record.
 
That was the ticket. Thanks again.
 
You're welcome and thanks for posting back with your success.
 

Users who are viewing this thread

Back
Top Bottom