hunterfan48
Registered User.
- Local time
- Today, 11:42
- Joined
- Aug 17, 2008
- Messages
- 436
Hey guys,
I'm using the DLookup function to pull in values from another table into a form.
Here's the formula.
=DLookUp("[State]","tblCustomers","[ID] =" & [Forms]![EnterNewTransaction]![ID])
=DLookUp("[SCF_ID]","tblCustomers","[ID] =" & [Forms]![EnterNewTransaction]![ID])
The problem is that this is the same formula for two different fields, but one pulls the value in while the 2nd one doesn't (SCF_ID).
I'm using the DLookup function to pull in values from another table into a form.
Here's the formula.
=DLookUp("[State]","tblCustomers","[ID] =" & [Forms]![EnterNewTransaction]![ID])
=DLookUp("[SCF_ID]","tblCustomers","[ID] =" & [Forms]![EnterNewTransaction]![ID])
The problem is that this is the same formula for two different fields, but one pulls the value in while the 2nd one doesn't (SCF_ID).