D
DDBeards
The two tck_201_ fields are text boxes on a form that are being set by to
calculated text boxes on a different form!subform. As you can see by the
debug statements and results, the values will just not transfer. I have set
the format for both of the TCK _201_ fields to Fixed! Any Ideas?
Me.TCK_201_Done = Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_Actual
Me.TCK_201_Tot = Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_NumDates
Debug.Print Me.TCK_201_Done
Debug.Print Me.TCK_201_Tot
Debug.Print Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_Actual
Debug.Print Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_NumDates
Debug results
Null
Null
2
2
Thanks DDBeards
calculated text boxes on a different form!subform. As you can see by the
debug statements and results, the values will just not transfer. I have set
the format for both of the TCK _201_ fields to Fixed! Any Ideas?
Me.TCK_201_Done = Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_Actual
Me.TCK_201_Tot = Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_NumDates
Debug.Print Me.TCK_201_Done
Debug.Print Me.TCK_201_Tot
Debug.Print Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_Actual
Debug.Print Forms!frmPTS_Edit!SFrm_Date_Used_E!TMS_NumDates
Debug results
Null
Null
2
2
Thanks DDBeards