LJG said:
Tried Binding it the first time and had this same problem, hence I
tried to add this method to get the value then get the value from a
form field...thinking it would be easier.......several hours later
and still struggling.
The method you suggested also does not work as the field it is
getting the value from 'txt3_rate' has no columns, and gives me an
error
You did say it was a ComboBox right? If so then it has columns (at least 1
anyway).
This is the code I used to get the value into txt3_rate:
=frmLeaseRates.Form!cboRates.Column(1)
That is not code. That is a ControlSource expression. Code would not have an
equals sign at the start of it.
If I try it into the bound control 'txt3yrrate' and get an error
message:
The value you entered is not valid for this field
It is sounding more and more like you have made some basic error in setting up
your table and form and have been trying additional incorrect processes in order
to work around the original error(s). Why don't you start from the beginning
and explain what it is you are trying to do? Using a ComboBox that is bound to
a field and gets its choices from another table is pretty standard fair. There
should be no need for an additional control or code.