K
khashid via AccessMonster.com
Hi, I am facing a problem. I got a combo box "Card Type" having 3 options to
chose from. I got another field " Card No".
I have two things in my mind whichever is possible:
1st:
If user choses Card Type : 1
Card No Field size changes to 16
If user choses Card Type : 2
Card No Field size changes to 18
If user choses Card Type : 3
Card No Field size changes to 19
(Card No field will have dashes in one option so i size is including dashes
and should be text)
2nd:
If user choses Card Type : 1
ValidationRule = "????????????????" (should be 16 digits including dashes am
not sure if i should use ? or some other symbol
ValidationText = "Card should be 16 digits long "
If user choses Card Type : 2
ValidationRule = "????????????????" (should be 16 digits including dashes am
not sure if i should use ? or some other symbol
ValidationText = "Card should be 18 digits long "
If user choses Card Type : 3
ValidationRule = "????????????????" (should be 16 digits including dashes am
not sure if i should use ? or some other symbol
ValidationText = "Card should be 19 digits long "
chose from. I got another field " Card No".
I have two things in my mind whichever is possible:
1st:
If user choses Card Type : 1
Card No Field size changes to 16
If user choses Card Type : 2
Card No Field size changes to 18
If user choses Card Type : 3
Card No Field size changes to 19
(Card No field will have dashes in one option so i size is including dashes
and should be text)
2nd:
If user choses Card Type : 1
ValidationRule = "????????????????" (should be 16 digits including dashes am
not sure if i should use ? or some other symbol
ValidationText = "Card should be 16 digits long "
If user choses Card Type : 2
ValidationRule = "????????????????" (should be 16 digits including dashes am
not sure if i should use ? or some other symbol
ValidationText = "Card should be 18 digits long "
If user choses Card Type : 3
ValidationRule = "????????????????" (should be 16 digits including dashes am
not sure if i should use ? or some other symbol
ValidationText = "Card should be 19 digits long "