P
peg
i have a form which has one field that they update (a periodical update
based on 90 days), and the subform is the information (read-only) of the
item they are doing the status update on. Within the main form i have a
button which allows to add a new 'record' for which there will be status's
done on. It adds the record into the table via code, and then inserts a
record for the status for the period they are currently in, and then it
requeries the form & subform.
Now here is the weird thing. Lets say I had 2 records in the set, then I
add one. I have the records come back in an order that put the new added
ones 1st (identity column desc). It shows there are 3 records, but when i
use the navigation and try to get to the final record - it keeps shoving me
back to the 2nd one. I thought it had something to do with the last one
being the new record -that when i changed the order the recordset appears
in.
Anyone ever run into something like this? I'm going nuts trying to figure
it out!
Peg
based on 90 days), and the subform is the information (read-only) of the
item they are doing the status update on. Within the main form i have a
button which allows to add a new 'record' for which there will be status's
done on. It adds the record into the table via code, and then inserts a
record for the status for the period they are currently in, and then it
requeries the form & subform.
Now here is the weird thing. Lets say I had 2 records in the set, then I
add one. I have the records come back in an order that put the new added
ones 1st (identity column desc). It shows there are 3 records, but when i
use the navigation and try to get to the final record - it keeps shoving me
back to the 2nd one. I thought it had something to do with the last one
being the new record -that when i changed the order the recordset appears
in.
Anyone ever run into something like this? I'm going nuts trying to figure
it out!
Peg