BustyAshley
Registered User.
- Local time
- Today, 09:35
- Joined
- Sep 22, 2015
- Messages
- 22
Code:
Expr1: DLookUp("[PL4]","[07 GL Lookup]","[G/L Account No#] = " & [Input GL Account] & " And [Description] = ' " & [Input Description] & " ' And [Phase Code] = ' " & [Input Phase Code] & " ' ")
G/L Account No#
Description
Phase Code
I want to do a lookup off of table [07 GL Lookup]
Only the phase code in both the data table and lookup table may be blank
--- Currently when I run it, a box pops up and asks for parameter values for a Gl Account, Description and Phase code, instead of whats in the column.