R
Rebecca Hooker
I am entering details for a student on a subform, and am
trying to get it to run a macro as soon as I leave the
fundcode field which will then update the rest of the
fields dependent on a particular value.
I have a command button which does this, however, when i
use the on exit/or on lost focus property for the field to
run exactly the same macro it does not recognise the
record exists yet and so does not update it.
when pressing the command button it appears to save the
record to the underlying table first, but still recognises
the record I want to update, how can i do this by using
the properties instead?
trying to get it to run a macro as soon as I leave the
fundcode field which will then update the rest of the
fields dependent on a particular value.
I have a command button which does this, however, when i
use the on exit/or on lost focus property for the field to
run exactly the same macro it does not recognise the
record exists yet and so does not update it.
when pressing the command button it appears to save the
record to the underlying table first, but still recognises
the record I want to update, how can i do this by using
the properties instead?