With Tables("出库单")
if .Position>0 then
.Position = .Position - 1
end if
End With
if .Position >= .rows.count-1 then
.Position = .Position + 1
分页同理,判断LoadPage