Group: microsoft.public.es.sqlserver · Group Profile · Search for Rolename in microsoft.public.es.sqlserver
Author: Maxi
Date: Jul 22, 2007 09:39
Thanks for the help. It's giving me a run time error now as follows: Run time error code '2465': Database can't find the field 'l' referred to in your expression When I click Debug, it highlights this statement as the problem. Any suggestions? Me![Rate] = DLookup("[Rate]", "[tblProjectRates]", "[Role]= '" & _ [tblProjectRates]![RoleName] & "' And [ProjectID] = '" & _ [tblProjectRates
|