B
briank
Hello. I originally posted this as a Report question but was suggested that
I use VBA instead. Either way I can't seem to get my report field
(txtAsterick) in my Detail Section to show the results from my code.
Dim strFullName As String
strFullName = "tblMasterProviderDataHistory_Data.[Last Name]" & ", " &
"tblMasterProviderDataHistory_Data.[First Name]"
Me.txtAsterick1 = DLookup("PROV_UHC_CAT_NUM",
"tblMasterProviderDataHistory_Data", "FiscalYearInd=2010" And "strFullName =
me.ProviderName")
I use VBA instead. Either way I can't seem to get my report field
(txtAsterick) in my Detail Section to show the results from my code.
Dim strFullName As String
strFullName = "tblMasterProviderDataHistory_Data.[Last Name]" & ", " &
"tblMasterProviderDataHistory_Data.[First Name]"
Me.txtAsterick1 = DLookup("PROV_UHC_CAT_NUM",
"tblMasterProviderDataHistory_Data", "FiscalYearInd=2010" And "strFullName =
me.ProviderName")