Our database is Access2000 running on WindowsXP. We have a subform based on a table, where users can enter data and also enter a digit to indicate the order in which the entries appear. On loading, the subform is set to load the entries in this order. Also on the subform is a command button (Me.Requery) to sort the entries if a user wants to change the order of new entries.
The subform works fine when standing alone, but when used as a subform within the main form, the entries do not load in order, and the sorting button doesn't work.
Any ideas?