lo all.
Have to do some access programming for computing. In Access i want to click on a record button (e.g. to take me to previous records)
I want some code that checks that all the box in the form have data in.
Can anyone help me with this?
I though something along the lines of:
if "customer" = null then msgbox"you missed some data! - in customer"
*customer being the field.
Thanks all
Will