Hello Everyone,
I have a main form for entering transactions. There are 2 fields which are transaction X of Y (X being one field, Y being the other so for example TRANSACTION "1" or "2")
If Y is greater than 1, when the user finishes inputting all information on the subsequent forms and completes the first transaction, I want them to come back to the initial form and have all their personal data still displaying, but the info specific to the first transaction cleared out and ready for input for the details of transaction number 2. How can I set certain fields of a form to be blank when that form gains focus.
I know there may be many other ways to do this, form and subform for example, but I am replicating an existing system for training purposes that behaves this way.
I've tried setting the field values to = "", but it does not work as the debugger tells me that I cannot set the value to "" unless the field has the focus, my problem is I have 3 fields I need to set to null and they all cannot have the focus at the same time.
Any suggestions would be greatly appreciated.
Thanks
Cindy
I have a main form for entering transactions. There are 2 fields which are transaction X of Y (X being one field, Y being the other so for example TRANSACTION "1" or "2")
If Y is greater than 1, when the user finishes inputting all information on the subsequent forms and completes the first transaction, I want them to come back to the initial form and have all their personal data still displaying, but the info specific to the first transaction cleared out and ready for input for the details of transaction number 2. How can I set certain fields of a form to be blank when that form gains focus.
I know there may be many other ways to do this, form and subform for example, but I am replicating an existing system for training purposes that behaves this way.
I've tried setting the field values to = "", but it does not work as the debugger tells me that I cannot set the value to "" unless the field has the focus, my problem is I have 3 fields I need to set to null and they all cannot have the focus at the same time.
Any suggestions would be greatly appreciated.
Thanks
Cindy