G
Guest
Is there any straightforward way of getting between a bound textbox and the
table entry. What I would like to do is use a pair of methods to replace
single quotes with another character, eg. Chr(255) so that the user can type
"Joe's Hotdogs" and what is stored is "Joe" & Chr(255) & "s Hotdogs" I have
been using this technique with unbound controls and it would simplify my life
on my current project if there is some way to do this transparently with
bound textboxes.
table entry. What I would like to do is use a pair of methods to replace
single quotes with another character, eg. Chr(255) so that the user can type
"Joe's Hotdogs" and what is stored is "Joe" & Chr(255) & "s Hotdogs" I have
been using this technique with unbound controls and it would simplify my life
on my current project if there is some way to do this transparently with
bound textboxes.