J
James Agostinho
Hello NG,
Can some one please help me with a persistent combo box problem?
I have a form with a combo box on it that is populated by a query.
The qryTaxRate is run against tblTaxRate, and the table only has one column
TaxRate.
The TaxRate column only has 0.0%, 0.07%, 0.0725%, 0.075% and 0.0775% and is
formatted as percent, with 4 decimal places
I would like to set the default value at 0.0725%, the current sales tax in
CA, but every time I do, all I get is 0.0000%.
I've tried using the properties page for the combo box of the form and the
properties page of the table and even tried setting the default value in VBA
in the form.activate and I still only get 0.0000%.
Can someone please help me, it's driving me nuts ;-)
TIA
Jim
Can some one please help me with a persistent combo box problem?
I have a form with a combo box on it that is populated by a query.
The qryTaxRate is run against tblTaxRate, and the table only has one column
TaxRate.
The TaxRate column only has 0.0%, 0.07%, 0.0725%, 0.075% and 0.0775% and is
formatted as percent, with 4 decimal places
I would like to set the default value at 0.0725%, the current sales tax in
CA, but every time I do, all I get is 0.0000%.
I've tried using the properties page for the combo box of the form and the
properties page of the table and even tried setting the default value in VBA
in the form.activate and I still only get 0.0000%.
Can someone please help me, it's driving me nuts ;-)
TIA
Jim