Need help with a starting point.
I have numerous records in a databse table that I must evaluate each field in a record of approx 50 fields and then write an appropriate vb statement. 40 of the fields contain either Y for yes or N for no. Depending on the field I must then adjust or modify a calculation to include or exclude certain calculable items. How do I bring forward each field, evaluate it, and write a statement.
Select Case won't work because I will have more than one matching case to write statements for. Each field evaluation may or may not require a vb statement to adjust calculations.
Any suggestions including the use of SQL are appreciated.
TNN, Tom
TNPAYROLL@AOL.COM
TOM
I have numerous records in a databse table that I must evaluate each field in a record of approx 50 fields and then write an appropriate vb statement. 40 of the fields contain either Y for yes or N for no. Depending on the field I must then adjust or modify a calculation to include or exclude certain calculable items. How do I bring forward each field, evaluate it, and write a statement.
Select Case won't work because I will have more than one matching case to write statements for. Each field evaluation may or may not require a vb statement to adjust calculations.
Any suggestions including the use of SQL are appreciated.
TNN, Tom
TNPAYROLL@AOL.COM
TOM