In the OnEnter Event for the Organisation Name Box place:
If IsNull(Me![Organisation Name]) Then Me![Organisation Name] = Me![Division Name]
Shoudl do the trick. Programming isn't a profession of choice.
It's a profession of calling...
"Hey Programmer, your application broke again!"
Robert L. Johnson III, A+, Network+, MCP
robert.l.johnson.iii@citi.com
Peter,
The only problem with your code is that every time you leave the Division Text Box, it will reset the Organisation Box to match....My string will only update the Organisation Box if it is empty....so if you enter a Division, enter the Organisation, the Organisation is update....but if you change the Organisation later, it will not revert back to the Division the next time you enter the field. Programming isn't a profession of choice.
It's a profession of calling...
"Hey Programmer, your application broke again!"
Robert L. Johnson III, A+, Network+, MCP
robert.l.johnson.iii@citi.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.