S
Steve B via AccessMonster.com
Hi,
I am building an application in which people will be required to approve an
entry based upon dollar amount and type of entry. These approvals will be
predefined by the users on a rule setup screen. Thus if type of entry = x
and dollar amount is > 0 and dollar amount < 50000 then group xyz needs to
approve.
My question would be: Once the transaction has been input and saved I would
like to go through a routine validating what type and what dollar amount it
is for and then compare these values to the rules that had been previously
setup.
I'm am struggling with the best way to do this, both in terms of how I should
save the initial rules(I'm leaning to complete strings in the appropriate VBA
format)and in terms of how to do what the aforementioned paragraph described.
Any help or a push in the right direction would be much appreciated.
Thanks in advance.
I am building an application in which people will be required to approve an
entry based upon dollar amount and type of entry. These approvals will be
predefined by the users on a rule setup screen. Thus if type of entry = x
and dollar amount is > 0 and dollar amount < 50000 then group xyz needs to
approve.
My question would be: Once the transaction has been input and saved I would
like to go through a routine validating what type and what dollar amount it
is for and then compare these values to the rules that had been previously
setup.
I'm am struggling with the best way to do this, both in terms of how I should
save the initial rules(I'm leaning to complete strings in the appropriate VBA
format)and in terms of how to do what the aforementioned paragraph described.
Any help or a push in the right direction would be much appreciated.
Thanks in advance.