Gerbers404
Programmer
Hi there.
I have created a form with combobox controls that allows the user to select a customer and job number. Upon selecting these 2 fields and refreshing the form, two list boxes are populated by queries that select account managers and test codes specific to the job number.
For some reason, the contents of the list boxes never make it into the table. The text in the listboxes is displayed fine on the form, but it is considered a null at any given point in the process. I tried to make 2 text boxes that would equal the text or values of the list boxes, and when I stepped through the code, the values in the list boxes were null. Also, VBA didn't allow the .Text method when referring to the list boxes, only .Value.
I imagine that I'm missing something very basic here, but I haven't been able to figure it out yet. Any ideas?
I have created a form with combobox controls that allows the user to select a customer and job number. Upon selecting these 2 fields and refreshing the form, two list boxes are populated by queries that select account managers and test codes specific to the job number.
For some reason, the contents of the list boxes never make it into the table. The text in the listboxes is displayed fine on the form, but it is considered a null at any given point in the process. I tried to make 2 text boxes that would equal the text or values of the list boxes, and when I stepped through the code, the values in the list boxes were null. Also, VBA didn't allow the .Text method when referring to the list boxes, only .Value.
I imagine that I'm missing something very basic here, but I haven't been able to figure it out yet. Any ideas?