C
Carrie
I have a table where I log data.
I also have a form that when opened must show the most
recent (=last) record in this table.
I can do that by
- have the "raw" table as record source and then moving to
the last record on open
- have the record source be sorted with the last record
first and then just open the form
OR
- I believe I can somehow make the table store records in
reversed order. BUT HOW? I have tried to set the "Order
By" property but without any success. I sort by "key DESC"
where key is my autonumber assigned to each new record.
How do I specify this on the table level?
I also have a form that when opened must show the most
recent (=last) record in this table.
I can do that by
- have the "raw" table as record source and then moving to
the last record on open
- have the record source be sorted with the last record
first and then just open the form
OR
- I believe I can somehow make the table store records in
reversed order. BUT HOW? I have tried to set the "Order
By" property but without any success. I sort by "key DESC"
where key is my autonumber assigned to each new record.
How do I specify this on the table level?