G
Guest
I have a command which opens a word document, and I would like to insert an
instruction to first check that necessary fields have been completed and give
an error message if not.
I have tried
Dim CheckPostcode
CheckPostcode = IIf(ROPostcode = " ", "Postcode not entered")
This does not work. Where am I going wrong?
Thanks
Dudley
instruction to first check that necessary fields have been completed and give
an error message if not.
I have tried
Dim CheckPostcode
CheckPostcode = IIf(ROPostcode = " ", "Postcode not entered")
This does not work. Where am I going wrong?
Thanks
Dudley