Comment Box linking problems

Lochdanon

Registered User.
Local time
Today, 15:44
Joined
May 7, 2003
Messages
21
Hi,

I have a subform with combo boxes that a user selects from and when the user gets to the last combo box a event happens to set the focus outside of the subform to a comment box which the user enters extra data. The problem is that the comment box data is not 'glued' to the data inside the subform.

If the Subform enters data into record 1 in the output table the comment box outputs its data to record 2 which is not what I want. I want the to areas linked.

Example:
- this is what I want.

ID1_____John Doe_____12/12/1952____Comment entered here

- but when the set focus comes in to the comment box I get ...

ID1_____John Doe_____12/12/1952____[blank]
ID2_____[blank] _____{blank] _____Comment entered here
ID3 ... next client ... etc.

Any suggestion on how to fix this would be appreciated

Thanks
 
Funny ...

I have the same problem but haven't had time to fix it yet. If you get help or find an answer please let me know.

Thanks

Love and Kisses

Demona
 

Users who are viewing this thread

Back
Top Bottom