L'apprentis
Redcifer
- Local time
- Today, 11:08
- Joined
- Jun 22, 2005
- Messages
- 177
Is it possible to reference a field on a form via code that as no record available on the loading event of a form.
On the loading event of my form I have tried if TxtEssai="" then ...or if txtessai=null... but it tells me that I have entered an expression with no value which is making sense because the txtbox as no record on the loading event of the form. How should I write the beginning of my code to be able to use The "if" function on The field linked to txtEssai?
On the loading event of my form I have tried if TxtEssai="" then ...or if txtessai=null... but it tells me that I have entered an expression with no value which is making sense because the txtbox as no record on the loading event of the form. How should I write the beginning of my code to be able to use The "if" function on The field linked to txtEssai?