On Current Event on a Continuous form
Hi,
I have a "continuous forms" Form set up which shows a listbox for each person in my database (well, I only put one in, called lstJobs, but as you know, on a continuous form it shows up once for each record instead of just once). I was hoping to populate said listbox with lstJobs.AddItem in the Form_Current event, thinking this event would fire multiple times as the form shows multiple records at once. However! That isn't the case; instead it shows the listbox once for each person (as it should), but each list is the same, and each contains the data for just the first person in the database, not a different listbox for each.
Help!
- Javawag
Hi,
I have a "continuous forms" Form set up which shows a listbox for each person in my database (well, I only put one in, called lstJobs, but as you know, on a continuous form it shows up once for each record instead of just once). I was hoping to populate said listbox with lstJobs.AddItem in the Form_Current event, thinking this event would fire multiple times as the form shows multiple records at once. However! That isn't the case; instead it shows the listbox once for each person (as it should), but each list is the same, and each contains the data for just the first person in the database, not a different listbox for each.
Help!
- Javawag
Last edited: