Hi
this is my script :
Private Sub Command45_Click()
tot_valtxt.Value = currency_ratetxt.Value * Listbox12.Value
End Sub
if i click the button, the textbox tot_valtxt.Value is blank...
the listbox12.value is a listbox with a row source from a query.
So what i would like to do is to add a query and data in the textbox form...
and i've changed all the format to currency including data in the table...
could anybody help?
thx
this is my script :
Private Sub Command45_Click()
tot_valtxt.Value = currency_ratetxt.Value * Listbox12.Value
End Sub
if i click the button, the textbox tot_valtxt.Value is blank...
the listbox12.value is a listbox with a row source from a query.
So what i would like to do is to add a query and data in the textbox form...
and i've changed all the format to currency including data in the table...
could anybody help?
thx