juicybeasty
Registered User.
- Local time
- Today, 18:01
- Joined
- Feb 17, 2003
- Messages
- 52
I've put this post in the forms forum and didn't get a reply, so I'm thinking it may be more of a VBA question:
I have a tabular subform linked to a main form. The main form (not tabular) has fields including TrainingNeed, RequiredScore and ActualScore. If there is a deficit between RequiredScore and ActualScore I want the text in the TrainingNeed text box to be automatically sent to a NEW LINE in the tabular subform.
I know how to transfer the data to the subform using the AfterUpdate event.
But in the tabular subform it doesn't create a new row for each new TrainingNeed - is it possible to specify that you want it to start a new line?
I'm probably doing something obviously wrong, or maybe it's more complicated than it seems. Either way, I would really appreciate someone's expertise on this!
I have a tabular subform linked to a main form. The main form (not tabular) has fields including TrainingNeed, RequiredScore and ActualScore. If there is a deficit between RequiredScore and ActualScore I want the text in the TrainingNeed text box to be automatically sent to a NEW LINE in the tabular subform.
I know how to transfer the data to the subform using the AfterUpdate event.
But in the tabular subform it doesn't create a new row for each new TrainingNeed - is it possible to specify that you want it to start a new line?
I'm probably doing something obviously wrong, or maybe it's more complicated than it seems. Either way, I would really appreciate someone's expertise on this!