D
Desilu via AccessMonster.com
I'm working with a Insurance Sales Activity DB. One piece is the entry of
the sales rep's daily sales by the type of contact (email, phone call,
meeting) by their Contact and the products discussed, etc. They want to be
able to check off each insurance product that was discussed. It goes against
my grain to store each product in it's own field, however my users are
unwilling to do it any other way. To keep them happy, I want to create a
field for "All Products". When that field holds a yes value (or 1), I want
all of the product fields to automatically populate with a "yes" value. I
tried an IF statement in some of the product table field's default value
property, but it didn't work. What am I doing wrong?
=IIf([AllProducts]=Yes,Yes,"")
Also, I could use a reference book on how to communicate to users. It can be
very difficult and frustrating!
Thanks
Desilu
the sales rep's daily sales by the type of contact (email, phone call,
meeting) by their Contact and the products discussed, etc. They want to be
able to check off each insurance product that was discussed. It goes against
my grain to store each product in it's own field, however my users are
unwilling to do it any other way. To keep them happy, I want to create a
field for "All Products". When that field holds a yes value (or 1), I want
all of the product fields to automatically populate with a "yes" value. I
tried an IF statement in some of the product table field's default value
property, but it didn't work. What am I doing wrong?
=IIf([AllProducts]=Yes,Yes,"")
Also, I could use a reference book on how to communicate to users. It can be
very difficult and frustrating!
Thanks
Desilu