B
bob gee
I have a small problem transfering the result of a code
formula from the form (named form1)to the table (named
table1) that supports the form. First I would input the
number, then the field named output contains a
ControlSource entry that states "=ConvertFraction
([input])" NOTE: The quotes are to quote the expression
and are not actually entered. ConvertFractions is the
code that performs the formula and input is the name of
the input field. It reads a text string and outputs a
number.
This relays the input to the table field named,
appropriately, input. That part works, but it is not
relaying the output to the output field. It doesn't
matter if I must create another field, but both input and
output must be relayed to the table and shown on the form.
Is this enough info to help anyone help me? I am not that
good at codes, expressions or knowing which control
executes what. The info for what the code is was gotten
from http://tinyurl.com/29nz5. It looks like it came from
a posting at the microsoft newsgroups.
thanks in advance. the functions that this code executes
will save me gobbs and gobbs of time. Right now it's just
a nifty trick.
formula from the form (named form1)to the table (named
table1) that supports the form. First I would input the
number, then the field named output contains a
ControlSource entry that states "=ConvertFraction
([input])" NOTE: The quotes are to quote the expression
and are not actually entered. ConvertFractions is the
code that performs the formula and input is the name of
the input field. It reads a text string and outputs a
number.
This relays the input to the table field named,
appropriately, input. That part works, but it is not
relaying the output to the output field. It doesn't
matter if I must create another field, but both input and
output must be relayed to the table and shown on the form.
Is this enough info to help anyone help me? I am not that
good at codes, expressions or knowing which control
executes what. The info for what the code is was gotten
from http://tinyurl.com/29nz5. It looks like it came from
a posting at the microsoft newsgroups.
thanks in advance. the functions that this code executes
will save me gobbs and gobbs of time. Right now it's just
a nifty trick.