Hi all,
curious here, I am getting an error message stating that access can’t assign a value when i exicute the following code:
Forms![Pricing]![TAR_Rate_Name] = Forms![Pricing]![Rate_Name]
Both are text boxes and both reside on a tab control. Access sees the value in”
Forms![Pricing]![Rate_Name]
but when it tries to write that value in:
Forms![Pricing]![TAR_Rate_Name]
it says cannot assign a value. Both controls are formated exactly the same. Is there anything special about tab controls that would cause this?