D
Dave Elliott
I have a Textbox field on my main form that is bound to the control Rate and
it is in currency format and its purpose is to show the customers Rate at
which to be charged.
The problem is that it does not show this automatically, it has to be filled
in manually.
I have another textbox on the form which the control source is set to
=[NameB].[Column](10)/2
this value is from the customers combo lookup (NameB) it looks up the
customers info such as city, state, Rate. etc...
Text500 is the name of the text box which should show the above formula
since it has as its default value =[NameB].[Column](10)/2
and its control source set to Rate from the table the form is based on...
this does not work, why?
it is in currency format and its purpose is to show the customers Rate at
which to be charged.
The problem is that it does not show this automatically, it has to be filled
in manually.
I have another textbox on the form which the control source is set to
=[NameB].[Column](10)/2
this value is from the customers combo lookup (NameB) it looks up the
customers info such as city, state, Rate. etc...
Text500 is the name of the text box which should show the above formula
since it has as its default value =[NameB].[Column](10)/2
and its control source set to Rate from the table the form is based on...
this does not work, why?