- Joined
- Jun 8, 2005
- Messages
- 5
- Reaction score
- 0
I'm completely lost... I don't understand the logic of Access.
What I want to do is update a value in a form when another value is changed.
What I have now is:
"Value" - onChange - run macro "25Procent"
This macro does:
SetValue
Item: [Forms]![Tarife]![Value25]
Expression: [Forms]![Tarife]![Value]*1,25
But I always get an error. When I run it in the macro window it reads 'Out of string space' (what does this mean???) ... when I run it in the form window -- it errors as well.
What am I doing wrong? Both values have the same format (euro) --- both have Control Source's from the database (resp. Value and Value25) ... that shouldn't matter, right?
any help is appreciated!
Jazz
What I want to do is update a value in a form when another value is changed.
What I have now is:
"Value" - onChange - run macro "25Procent"
This macro does:
SetValue
Item: [Forms]![Tarife]![Value25]
Expression: [Forms]![Tarife]![Value]*1,25
But I always get an error. When I run it in the macro window it reads 'Out of string space' (what does this mean???) ... when I run it in the form window -- it errors as well.
What am I doing wrong? Both values have the same format (euro) --- both have Control Source's from the database (resp. Value and Value25) ... that shouldn't matter, right?
any help is appreciated!
Jazz