|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I have created a label on an ACCESS form that is updated through some VBA code that is based on about 10 preceding fields. I used the After_Update command of the last of these 10 fields to "generate" a value in my label. Problem is the value stays there in the label as you jump from record to record when reviewing previously entered data. How do I make it so this label gets updated every time I enter into a new record (or page)?
|
|
#2
|
|||
|
|||
|
If you want to change your fields when you change from record to record, you can code your code in the Form_Current declarations which runs whenever you change records... You can also put code in Form_Load which runs whenever you load a form.
Hope that helps |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > ACCESS - coding a label |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|