Whats wrong with the following syntax:-
=DLookup("[Billing Rate]", "Employees", "[ID] = ""cboEmployee.(column(2)")
which is the Control Source for a field on my current sub-form.
I am trying to lookup the value of 'Billing Rate' in 'Employees'(Table) where 'ID" = the current entry in column 2 of my Combo Box ?????
=DLookup("[Billing Rate]", "Employees", "[ID] = ""cboEmployee.(column(2)")
which is the Control Source for a field on my current sub-form.
I am trying to lookup the value of 'Billing Rate' in 'Employees'(Table) where 'ID" = the current entry in column 2 of my Combo Box ?????