mookie0001
Technical User
Hi,
I have a multi-select list box on a form populated by one of my tables. On each load of the form, a VB script is run to select each item in the list box that is present in my table. This works great for the first record. The code I use is --Private Sub Form_Load()-- to launch the script initially.
My problem arrives when I press the next record button to cycle through each page (the default Access buttons at the bottom). I can not figure out how to fire off the script with each page update. Your help is greatly appreciated.
Thanks,
-Chris
I have a multi-select list box on a form populated by one of my tables. On each load of the form, a VB script is run to select each item in the list box that is present in my table. This works great for the first record. The code I use is --Private Sub Form_Load()-- to launch the script initially.
My problem arrives when I press the next record button to cycle through each page (the default Access buttons at the bottom). I can not figure out how to fire off the script with each page update. Your help is greatly appreciated.
Thanks,
-Chris