本文介绍了组号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用访问数据库,并且客户可以使用多年的时间

并希望将它们组合在一起。例如:


1990

1991

1992

1993

1994

1998

以及如何将它们显示为1990-1994,1998。

我该怎么做?

I am using an access database and have range of years for customers
and want to group them together. for example:

1990
1991
1992
1993
1994
1998
and what to display them as 1990-1994, 1998.
How do I do this???

推荐答案




这篇关于组号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 21:23