C
cyb3rwolf
I am using Access 2007. This is kind of weird, but this is what i'm trying
to do: I have a form where i want to to take each character entered in a
text field and then look up information with that character's ascii code in a
table. For example if i had "testing" in a text box, i want it to first look
up the "t" then the "e" then the "s," etc. (including spaces as well.) In my
table i have 2 fields: "ASCII" and "Output." I want it to look up the
corresponding "Output" and then take that value and append it to a text file.
Hopefully i explained this clearly enough. Anybody help me out or point me
in the right direction?
to do: I have a form where i want to to take each character entered in a
text field and then look up information with that character's ascii code in a
table. For example if i had "testing" in a text box, i want it to first look
up the "t" then the "e" then the "s," etc. (including spaces as well.) In my
table i have 2 fields: "ASCII" and "Output." I want it to look up the
corresponding "Output" and then take that value and append it to a text file.
Hopefully i explained this clearly enough. Anybody help me out or point me
in the right direction?