If the combo's are lookups and normally static values then load them into a local cache table on the FE database when you open it.
Things like employee lists, state codes, Countries, Currencies etc. that are frequently used and rarely change can and should be loaded into a local lookup table for...