J
John M
Hello,
I have an expense form where the user inputs his expenses on a subform. I
want to save 2 global variables in bound textboxes which are connected to
the parent record. These global variables are the Kilometer Rate and
Provincial Tax Rate on the day the expenses occured.
So I have 2 unbound text boxes, and 2 bound text boxes.
Me.TempKMRate = gcurKilometerRate 'Save Todays KM Rate in
unbound field
Me.TempHSTRate = gcurHSTRate 'Save Todays HST Rate in
unbound field
MsgBox "Form Open:Temp KMRate/HSTRate = " & Me.TempKMRate & " " &
Me.TempHSTRate
Me.INE_KMRate = Me.TempKMRate (***)
Me.INE_HSTRate = Me.TempHSTRate
MsgBox "Form Open: Bound Fields KMRate/HSTRate = " & Me.INE_KMRate & "
" & Me.INE_HSTRate
to this object. (***)
I have been working on this for days, literally. Please help!! Thank
you.
John
Run time error -2147352567
I have an expense form where the user inputs his expenses on a subform. I
want to save 2 global variables in bound textboxes which are connected to
the parent record. These global variables are the Kilometer Rate and
Provincial Tax Rate on the day the expenses occured.
So I have 2 unbound text boxes, and 2 bound text boxes.
Me.TempKMRate = gcurKilometerRate 'Save Todays KM Rate in
unbound field
Me.TempHSTRate = gcurHSTRate 'Save Todays HST Rate in
unbound field
MsgBox "Form Open:Temp KMRate/HSTRate = " & Me.TempKMRate & " " &
Me.TempHSTRate
Me.INE_KMRate = Me.TempKMRate (***)
Me.INE_HSTRate = Me.TempHSTRate
MsgBox "Form Open: Bound Fields KMRate/HSTRate = " & Me.INE_KMRate & "
" & Me.INE_HSTRate
to this object. (***)
I have been working on this for days, literally. Please help!! Thank
you.
John
Run time error -2147352567