由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 请教个VBA问题
相关主题
诚心求助!(VBA for Excel)问个external table field definition的问题
input into accessHow to handle inserting value to Identity column in sql server 2005
search two columns in excel file%如何把一个table所有的column都选出来%
Table Merge (SQL Server)SQL aggregate multiple columns in ACCESS
其实有个问题好久没有明白!用SSIS EXPORT 到 EXCEL 2010 有2000个COLUMN,可能吗
a simple question about insertmacro 请教,谢谢
Oracle Group and Index question这个sql语句怎么写
better way to compare nullable columns?SQL combine two columns from two different tables no shared (转载)
相关话题的讨论汇总
话题: vba话题: action话题: condition话题: city话题: dweller
进入Database版参与讨论
1 (共1页)
M**********n
发帖数: 4964
1
6. Simplify the table.
Determine if there are rules (columns) that have the same actions. If so,
determine if these are rules that are identical except for one condition and
for that one condition, all possible values of this condition are present
in the rules in these columns.
上面这段话的link在二楼。
我现在工作需要经常接触这种表格,我要处理的condition比这个例子(Gender, City
Dweller, and age group)要多很多;我要处理的action也比这个例子(Gender, City
Dweller, and age group)要多很多。所以总的来说,是比这种sample复杂很多,肉
眼很难判断出来。
我想做一个excel-based VBA tool,当然也不一定需要excel,如果access或者其他能
更好处理这种问题。
我的问题不是怎么写VBA,我想请教一下有什么好的idea能把上面这段话用VBA表达出来。
我现在想到的办法是,比如一共有20个action,我写个两个loop,先让后面19个action
和第1个action比较看看有没有重复,接着最后面18个action和第2个action比较,。。
。。。以此类推,算出总共有多少个不重复的action。但是上面这段话的第二句话,用
loop就感觉复杂很多了。
大家觉得用什么办法会比较省事呢?
谢谢。
M**********n
发帖数: 4964
1 (共1页)
进入Database版参与讨论
相关主题
SQL combine two columns from two different tables no shared (转载)其实有个问题好久没有明白!
sql里怎么做循环?a simple question about insert
初级问题Oracle Group and Index question
encryptionbetter way to compare nullable columns?
诚心求助!(VBA for Excel)问个external table field definition的问题
input into accessHow to handle inserting value to Identity column in sql server 2005
search two columns in excel file%如何把一个table所有的column都选出来%
Table Merge (SQL Server)SQL aggregate multiple columns in ACCESS
相关话题的讨论汇总
话题: vba话题: action话题: condition话题: city话题: dweller