Sam Summers
Registered User.
- Local time
- Today, 19:40
- Joined
- Sep 17, 2001
- Messages
- 939
Seeing as my dementia is getting worse i just cannot solve this despite trying endless things, referring to past projects and trying numerous examples online!!!
All i am trying to do is to ensure that at textbox 'Quantity' on my 'PartsSubform' (Which is a continuous form) which is a subform on the main form 'OrderMachineParts' is not empty!
Thats all!!!!
I currently have this code (Which of course isn't working)
All i am trying to do is to ensure that at textbox 'Quantity' on my 'PartsSubform' (Which is a continuous form) which is a subform on the main form 'OrderMachineParts' is not empty!
Thats all!!!!
I currently have this code (Which of course isn't working)
Code:
If IsNull Forms("OrderMachineParts").PartsSubform.Form.Quantity Then