Hi Everyone,
I have a continuous subform, which has 4 combo boxes across the record.
I currently have the combo boxes querying depending on the previous combo box, and have put the code in the oncurrent, so it does it for each record.
My problem is that I need to display all the records as a continous form, but I can only get the value for the combo boxes to display when the value on the current record relates to the next combo box - did that make sense!
So, when I click onto the first record, it displays all of the values in the combo boxes, but the second and third records do not display the values in the combo box, because the values do not appear in the current records combo boxes. As soon as I click onto the second or third record, it displays the correct information, but does not display the information for the first record.
Anyone got any ideas how I can get round this?
Thanks in advance
Sue
I have a continuous subform, which has 4 combo boxes across the record.
I currently have the combo boxes querying depending on the previous combo box, and have put the code in the oncurrent, so it does it for each record.
My problem is that I need to display all the records as a continous form, but I can only get the value for the combo boxes to display when the value on the current record relates to the next combo box - did that make sense!
So, when I click onto the first record, it displays all of the values in the combo boxes, but the second and third records do not display the values in the combo box, because the values do not appear in the current records combo boxes. As soon as I click onto the second or third record, it displays the correct information, but does not display the information for the first record.
Anyone got any ideas how I can get round this?
Thanks in advance
Sue