Cronk
Registered User.
- Local time
- Tomorrow, 06:13
- Joined
- Jul 4, 2013
- Messages
- 2,800
Congratulations on reaching your solution.
You might want to also test whether the Numéro_du_projet has not already been generated so that a subsequent click on the project generator button, does not change the current one.
viz
If len(me.Numéro_du_projet & "")<1 then
'--Your code to generate Numéro_du_projet
endif
You might want to also test whether the Numéro_du_projet has not already been generated so that a subsequent click on the project generator button, does not change the current one.
viz
If len(me.Numéro_du_projet & "")<1 then
'--Your code to generate Numéro_du_projet
endif