Hi,
aplogies if my first post seems 'basic' to the more advanced users of this forum, I have an Access form where I wish to ensure that of a checkbox is ticked I need the inputter to enter a number in a corresponding field.
So..
If Sub Location Field is ticked (i.e. True), then Reference field should not be empty (i.e. Null)
I have tried a validation rule - this only worked when I deleted the reference field data and then tried to tab from it - on a new form I can leave this field blank and it 'skips past'
So then I tried a before update event, but cannot seem to work out the code that is needed
Any help greatfully received !!