Good morning Guru's
I have a form that has a combo box and the source of a combo keeps getting changed by itself.
I haven't found the pattern if it happens after compact and repair or after debug. But the criteria of the source changes to sort by same item in another form.
The entry form is meant to sort by [form]![Entryform]![cbo_file] and it automatically changes to [form]![Auditorform]![cbo_file]
The Control Source is a query.
Im clueless, any guesses?
I have a form that has a combo box and the source of a combo keeps getting changed by itself.
I haven't found the pattern if it happens after compact and repair or after debug. But the criteria of the source changes to sort by same item in another form.
The entry form is meant to sort by [form]![Entryform]![cbo_file] and it automatically changes to [form]![Auditorform]![cbo_file]
The Control Source is a query.
Im clueless, any guesses?
Comment