I
ingalla
I have the following dlookup
=DLookUp("CountOfAPP_ID","qrylookupattend","PAT_ID=" & [PAT_ID])
if there is nothing to look up then the text box is blank, as i would
expect. What i need to happen is that if there is nothing to lookup then the
text box is set to zero.
I have tried setting the default value to zero but it looks as if the
dlookup command is overwritting it.
Can anyone help???
Thanks
Andy
=DLookUp("CountOfAPP_ID","qrylookupattend","PAT_ID=" & [PAT_ID])
if there is nothing to look up then the text box is blank, as i would
expect. What i need to happen is that if there is nothing to lookup then the
text box is set to zero.
I have tried setting the default value to zero but it looks as if the
dlookup command is overwritting it.
Can anyone help???
Thanks
Andy