本文介绍了如何根据用户请求选择前三个记录和另一个待处理记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好吗?我有一张桌子说tblChoose,最多有40条记录和10个字段。我想选择前三个记录和用户选择的第四个记录。例如,一个用户决定选择恰好第四个记录,另一个用户可以选择第23个记录,这样每个用户选择的总记录数为4,默认情况下为3,用户请求则为4个。
选择之后我想要将此结果转换为特定的报告模板。
请帮助?
解决方案
Hi there?
I have a table say tblChoose with up to 40 records and about 10 fields. I want to choose the first three Records and the forth record on user choise. Eg One user decided to select exactly forth record and another may choose the 23th record so that the total records selected per user is 4, three by default and forthone by user request.
After the selection I want to transpose this result to a specific report`s Template.
Please help?
解决方案
这篇关于如何根据用户请求选择前三个记录和另一个待处理记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!