R
Randy Hartwick
I have a form that contains a reference to a VB procedure
to perform a calculation. Most of the data needed for the
calculation is entered in the form. I have two values
(mileage rate and hourly rate) that are not a part of the
form, but are part of the calculation performed in the VB
subroutine. I currently have them hard coded into the
subroutine. I would like to be able to put them in a
table, but I cannot determine how to reference the table
in the VB subroutine if it is not linked in some manner to
the form.
The mileage rate and hourly rate are only used in the
calculation and are not a part of any other table nor do
they have any relation to any table. I would prefer these
fields not be displayed on the form.
Thanks for any help.
to perform a calculation. Most of the data needed for the
calculation is entered in the form. I have two values
(mileage rate and hourly rate) that are not a part of the
form, but are part of the calculation performed in the VB
subroutine. I currently have them hard coded into the
subroutine. I would like to be able to put them in a
table, but I cannot determine how to reference the table
in the VB subroutine if it is not linked in some manner to
the form.
The mileage rate and hourly rate are only used in the
calculation and are not a part of any other table nor do
they have any relation to any table. I would prefer these
fields not be displayed on the form.
Thanks for any help.