A
ash
Hi All,
I have a Transactions subform with many fields including
an autonumber field called TransactionID and a text field
called AccountNumber. I've entered data for
AccountNumber=000 to AccountNumber=300 in ascending
order. On the table, you can see that it's stored in
order by TransactionID. But, on the subform, the data
displayed is not in the order that I've entered them, for
example:
Entered: AccountNumber=000,001,002,003,004,005
AutoNumber: TransactionID=200,201,202,203,204,205
Data Displayed on the subform: 002,003,004,005,000,001
Even though I have the Order By property on the subform
to equal to TransactionID, it doesn't resolve the issue.
FYI: I'm using Windows XP.
Thanks for your help.
Ash
I have a Transactions subform with many fields including
an autonumber field called TransactionID and a text field
called AccountNumber. I've entered data for
AccountNumber=000 to AccountNumber=300 in ascending
order. On the table, you can see that it's stored in
order by TransactionID. But, on the subform, the data
displayed is not in the order that I've entered them, for
example:
Entered: AccountNumber=000,001,002,003,004,005
AutoNumber: TransactionID=200,201,202,203,204,205
Data Displayed on the subform: 002,003,004,005,000,001
Even though I have the Order By property on the subform
to equal to TransactionID, it doesn't resolve the issue.
FYI: I'm using Windows XP.
Thanks for your help.
Ash