Dloolup can't update txt box (1 Viewer)

Dlookup can't update txt box

  • ComboBox

    Votes: 0 0.0%
  • Dlookup

    Votes: 0 0.0%

  • Total voters
    0

carlosd

New member
Local time
Yesterday, 17:30
Joined
Jul 23, 2014
Messages
4
Hi...

I have a new Customer Form(Profile) and I have the same customer data in another Table(Contacts).

I create a Dlookup... the system pull the data correctly from my Combobox but when I try to close the form, the system display a error like: The first name is empty...

I think the Dlookup need something to update the new table.

This's my actual Dlookup...

=DLookUp("[Last Name]","Contacts","[Combo378]='" & [Forms]![PROFILE]![Combo378] & "'")
 

Users who are viewing this thread

Top Bottom