Hi,
I would like to combine a numeric and text field together
The following works
DLookup("[Scheme]", "QrySchemeValidation", "[Scheme]=" & Me.[Schemes] & Me.[Phase])
Both Schemes and Phase are numeric fields, I would like to add a text field, but this does not work, I am getting a "missing operator" I believe this is due mixing Numeric and Text field. What can I to change the following so it works
DLookup("[Scheme]", "QrySchemeValidation", "[Scheme]=" & Me.[Schemes] & Me.[Phase]& Me.[PhaseDiscription])
Any help would be much appreciated
Thanks
CNeill
I would like to combine a numeric and text field together
The following works
DLookup("[Scheme]", "QrySchemeValidation", "[Scheme]=" & Me.[Schemes] & Me.[Phase])
Both Schemes and Phase are numeric fields, I would like to add a text field, but this does not work, I am getting a "missing operator" I believe this is due mixing Numeric and Text field. What can I to change the following so it works
DLookup("[Scheme]", "QrySchemeValidation", "[Scheme]=" & Me.[Schemes] & Me.[Phase]& Me.[PhaseDiscription])
Any help would be much appreciated
Thanks
CNeill