Sasoriza28
Registered User.
- Local time
- Today, 05:31
- Joined
- Aug 13, 2012
- Messages
- 13
I may be going at this the wrong way but I have this code in the onformat event under details for a report:
If IsNull(Me![10amSnack2]) Then DoCmd.CancelEvent
I am trying to make labels for snacks but if the snack field is empty I want it to skip to the next record so that I don't waste my label paper. But this code doesn't seem to be working. Also if you could tell me how to include other fields into the code, that would be great.
If IsNull(Me![10amSnack2]) Then DoCmd.CancelEvent
I am trying to make labels for snacks but if the snack field is empty I want it to skip to the next record so that I don't waste my label paper. But this code doesn't seem to be working. Also if you could tell me how to include other fields into the code, that would be great.