Problem: data not showing in combobox when flipping through

L

Luppi13

I have a form that I have put tabs on. On one of the tabs, I have a combo
box. The combo box doesn't display the data from the record until I tab into
it (Refresh command).

Any suggestions on getting the data to showing in a combo box?

Thanks!
Sandra
 
N

ntc

is the fact that your form is tabbed relevant? it's not clear in your
description...

in general one would think that your combobox isn't showing data initially
because there is no data to be shown...is it sourced on a query?? but you
note that data appears when it is refreshed...therefore on initial opening is
there a missing criteria to the source query of that combobox??
 
Top