Thanks for the response.
I've checked the modules that contain the controlsource property and no statements refer to any of the controls being adversely affected. It seems as though Access is changing these controls on it's own.
Here's what it's doing: I have a module that sets several comboboxes' controlsource to "". When a user selects a part the combobox's controlsource is set to "a query that shows the parts". Each combobox has another corresponding combobox that holds the quantity that the user wishes to add. The quantity comboboxes are defaulted to "1". (This may be coincidence, but) when any of the parts controls' controlsource property are changed, the corresponding quantity comboboxes (which are never even referred to) lose their values.
Sometimes the values in these quantity comboboxes will appear, but when I move the scroll bar up or down and the controls move off the screen, they will then disappear or contain a partial value(like a couple pixles of a 1).
This is a very wierd problem and it may be due to something I'm doing in the module. I merely hope that someone may have encountered this problem before when altering the controlsource property and could explain to me what's happening.
Thanks.