R
Rich
Guest
If the combobox's rowsource is always same for any given row, there's no problem at all. But when it depends on another piece of data in the same row, such as a cascading combobox for example, which filter the list in the rowsource, it can cause all other records that has value that aren't in the current filtered list to go blank.
Did that make sense?
Most of my combo's on my continuous forms are cascading, I don't have any problems with them, can you give say a specific example to get ones teeth into?