Transfer Value from Form Field to Form Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Within a form displayin multiple records, I check in field_one wether
field_two is
already filled properly. In case it isn't I do:
me.field_two = me.field_one.

It is working - but when trying to leave field_one in the first record and
jump to
any field in record seven, the cursor isn't leaving field _one. To leave the
field in
record one, I have to go to any field in that record and leave from there as
usual.
Guess it is only a simple prob, but I don't have any idea.

Any helpful hint would be appreciated.
 
Answered in line:
Within a form displayin multiple records, I check in field_one wether
field_two is
already filled properly. In case it isn't I do:
me.field_two = me.field_one.
Where did you put the above code? In what event?
Is there any additional code here?
It is working - but when trying to leave field_one in the first record and
jump to
any field in record seven, the cursor isn't leaving field _one. To leave the
field in
record one, I have to go to any field in that record and leave from there as
usual.
Guess it is only a simple prob, but I don't have any idea.

Any helpful hint would be appreciated.
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Hi RuralGuy,

thanks for your help.

I checked to answer your questions - and changed the event.

Before it was fired when leaving, now it is fired after update.
Now it is working.

A good question is often very helpful and inspiring *LOL*

Jokobe
 
Hi Jokobe,

Glad you got it working and thanks for posting back with your success.

Hi RuralGuy,

thanks for your help.

I checked to answer your questions - and changed the event.

Before it was fired when leaving, now it is fired after update.
Now it is working.

A good question is often very helpful and inspiring *LOL*

Jokobe
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Back
Top