E
efandango
Funny you should mention weird behaviour; some of my previous version of this
database have thrown a fit, and are display a very long error message about a
problem occuring while MS Access was trying to communicate with the OLE
server or ActiveX control; when I OK that message box, I get an even longer
message about somethin to do with the afterupdate not being able to do its
thing...
I do save two versions before I do any major changes to the database, I keep
one as the ultimate fallback for worse case scenarios, which the above was.
Anyway, back to your new code. I pasted your two code sets into the
respective button's on click events, and the Up code appears to work just
fine, but the Down code does nothing, at all, zilch?...
just to confirm, I have the OrderSeq set to sort in the Recourd Source
Select Query; here it is verbatim:
SELECT tbl_Street_Joiner.Address, tbl_Street_Joiner.Joiner_Title_ID,
tbl_Street_Joiner.StreetNameID, tbl_Street_Joiner.OrderSeq,
tbl_Street_Joiner.Street_Name_Joins_ID
FROM tbl_Street_Joiner
ORDER BY tbl_Street_Joiner.OrderSeq;
database have thrown a fit, and are display a very long error message about a
problem occuring while MS Access was trying to communicate with the OLE
server or ActiveX control; when I OK that message box, I get an even longer
message about somethin to do with the afterupdate not being able to do its
thing...
I do save two versions before I do any major changes to the database, I keep
one as the ultimate fallback for worse case scenarios, which the above was.
Anyway, back to your new code. I pasted your two code sets into the
respective button's on click events, and the Up code appears to work just
fine, but the Down code does nothing, at all, zilch?...
just to confirm, I have the OrderSeq set to sort in the Recourd Source
Select Query; here it is verbatim:
SELECT tbl_Street_Joiner.Address, tbl_Street_Joiner.Joiner_Title_ID,
tbl_Street_Joiner.StreetNameID, tbl_Street_Joiner.OrderSeq,
tbl_Street_Joiner.Street_Name_Joins_ID
FROM tbl_Street_Joiner
ORDER BY tbl_Street_Joiner.OrderSeq;