Forum Moderators: phranque
I need a great deal of help. My records are no longer in order. My ID# (auto created) no differs from the record number. For example
Record 24 is ID# 47. No idea how it happened but is there a way to put the records in numeric order so that the record and id are in sync? It started that way, and now sure how/what changed.
Thanks so much
Don't try to correlate Auto-ID with record number in listings, simply us the ID for administrative purposes and otherwise ignore it.
Onya
Woz
PS, you cannot edit ID numbers, don't even try.
Thanks for your help
Controls are objects on a form, report, or data access page that display data, and you can set them to relate to other information held in tables or queries
You seem to need one control that performs price paid > current value, and one that does current value > value then.
Unless you simply want to display the fields side by side? Then you just need a form that displays current value versus value then, and price paid > current value
Does that make sense?