![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am hoping this will be an easy one for all you guru's out there. As I am a beginner, I am still learning about the features of Access and all its quirks. But to the point- I would like an input mask to show the numbers as such: 9, 8, 7, 6, 5, ... Option 1- The amount of numbers is determined on the number that is in another field. So for example, Field A = 3, Field B = #, #, # (The numbers may be decimals). Option 2- If it doesn't work to base the number of #'s on another field, then an input mask for field B that would work might get me by enough. Any thoughts or ideas? -WhathaveIdone? |
#3
| |||
| |||
|
|
I would like an input mask to show the numbers as such: 9, 8, 7, 6, 5, ... Option 1- The amount of numbers is determined on the number that is in another field. So for example, Field A = 3, Field B = #, #, # (The numbers may be decimals). Option 2- If it doesn't work to base the number of #'s on another field, then an input mask for field B that would work might get me by enough. |
#4
| |||
| |||
|
|
"WhathaveIdone?" <brasu... (AT) gmail (DOT) com> wrote innews:f3b3c09c-7cf9-4aad-8fc9-2f61a7e5f10a (AT) p11g2000prf (DOT) googlegroups.co m: I would like an input mask to show the numbers as such: 9, 8, 7, 6, 5, ... Option 1- The amount of numbers is determined on the number that is in another field. So for example, Field A = 3, Field B = #, #, # (The numbers may be decimals). Option 2- If it doesn't work to base the number of #'s on another field, then an input mask for field B that would work might get me by enough. You want to store a list of numbers in a field? That's a completely incorrect design. Tell us more about what real-life entities are being represented here, and I'm sure a more conventional and correct implementation can be come up with by readers of your post. -- David W. Fenton * * * * * * * * *http://www.dfenton.com/ contact via website only * *http://www.dfenton.com/DFA/ |
#5
| |||
| |||
|
|
"WhathaveIdone?" <brasu... (AT) gmail (DOT) com> wrote innews:f3b3c09c-7cf9-4aad-8fc9-2f61a7e5f10a (AT) p11g2000prf (DOT) googlegroups.co m: I would like an input mask to show the numbers as such: 9, 8, 7, 6, 5, ... Option 1- The amount of numbers is determined on the number that is in another field. So for example, Field A = 3, Field B = #, #, # (The numbers may be decimals). Option 2- If it doesn't work to base the number of #'s on another field, then an input mask for field B that would work might get me by enough. You want to store a list of numbers in a field? That's a completely incorrect design. Tell us more about what real-life entities are being represented here, and I'm sure a more conventional and correct implementation can be come up with by readers of your post. -- David W. Fenton http://www.dfenton.com/ contact via website only http://www.dfenton.com/DFA/ |
#6
| |||
| |||
|
|
A little more explanation of the list of numbers might help us to help you. Or not. <GRIN> A normalized way would be to have the numbers in a related table and concatenate them for display or report, or, just show them on separate lines in a sub-report. But, sometimes we feel compelled to deviate from normalization, if for nothing else than the way the users view/understand/use the information. |
![]() |
| Thread Tools | |
| Display Modes | |
| |