M
Mike
I'm trying to provide an option for either text or numeric entry; the form
in question has four columns, the last three of which are almost always
dollar values. Rather than make them all text, I thought of creating a
second set of fields that were text, changing them to not visible, and
placing them right on top of the existing numeric fields. Then I created a
shortcut menu macro with code that, I thought, would allow the user to
toggle between the two fields (the 2nd field is colored differently, so you
know which one you're using). The problem I hadn't thought of is that it
changes *all* the records. I'm looking for a way to change a control on
_one_ record. The other alternative - which I dislike - is to put the 3
other fields on the form. This would be a data entry nightmare.
TIA!
Mike
in question has four columns, the last three of which are almost always
dollar values. Rather than make them all text, I thought of creating a
second set of fields that were text, changing them to not visible, and
placing them right on top of the existing numeric fields. Then I created a
shortcut menu macro with code that, I thought, would allow the user to
toggle between the two fields (the 2nd field is colored differently, so you
know which one you're using). The problem I hadn't thought of is that it
changes *all* the records. I'm looking for a way to change a control on
_one_ record. The other alternative - which I dislike - is to put the 3
other fields on the form. This would be a data entry nightmare.
TIA!
Mike