I have a Access XP (2000 format) DB with a FE and BE.
I have an invoice form which has a subform (for detail records), and I noticed when the user enters a record only with a description (in the description field) such as "*** certificate ***" it would then move this to a different line in the subform.
The user requires this line to be exactly where he placed it.
I checked the "order by" property of the subform and it is blank. I also checked the underlying table and the only thing that I think could cause this is the index on the invoice number field (which by default is set to ascending sequence).
This field is used in a relationship with the main table. Do I require a index on this field and will it ignore the sorting if I remove the index?
Any suggestions appreciated.
Mario. "All is not as it seems"
I have an invoice form which has a subform (for detail records), and I noticed when the user enters a record only with a description (in the description field) such as "*** certificate ***" it would then move this to a different line in the subform.
The user requires this line to be exactly where he placed it.
I checked the "order by" property of the subform and it is blank. I also checked the underlying table and the only thing that I think could cause this is the index on the invoice number field (which by default is set to ascending sequence).
This field is used in a relationship with the main table. Do I require a index on this field and will it ignore the sorting if I remove the index?
Any suggestions appreciated.
Mario. "All is not as it seems"