I have a module called by several forms which builds word documents from templates. On nearly all the Forms there is an AccountNumber field but for one this field does not exist.
Does anyone know a way of saying something like this:
Thanks
PS I realise I could just add it hidden but that isn't very elegant!
Does anyone know a way of saying something like this:
Code:
if Field.Exists(Forms!frmName!fieldname) = True then .typetext CStr(Forms!frmName!fieldname)
Thanks
PS I realise I could just add it hidden but that isn't very elegant!