J
Johnny
Could someone take a look at my code and see what I am missing. My quest is
to have the data I retrieve through my DLookUp code to also write this
information to the table my form is based on. The information I am pulling
in is a device type from an asset table and putting it into a helpdesk table
based on a helpdesk form.
See what you think:
=IIf(nz([Asset Tag No],0)=0,"",DLookUp("[Device Type]","[Assets]","[Asset
Tag Number] = " & [Asset_Tag_No]))
Thanks much.
to have the data I retrieve through my DLookUp code to also write this
information to the table my form is based on. The information I am pulling
in is a device type from an asset table and putting it into a helpdesk table
based on a helpdesk form.
See what you think:
=IIf(nz([Asset Tag No],0)=0,"",DLookUp("[Device Type]","[Assets]","[Asset
Tag Number] = " & [Asset_Tag_No]))
Thanks much.