forestpest
Programmer
Hi,
I have been trying to use dlookup for weeks but keep getting the #Name? error. I am attaching the database so you guys can help me fix this it's really urgent.
Go to the form PatientCodedDiagnosis see the edit button press that and use the combobox to select something I call a qualifier select one. The effect should be a code (e.g. XX.XX.XX) appearing in the textbox next to the combobox the code is basically the OtherCode field from the DiagnositicMasterList table where the DiagnosisID = value from combobox which is a id. If we have multiple records on the from the code should differ for each record depending on the selected qualifier. The value of the combobox is stored in the PatientCodedDiagnosis table (SelectedQualifier field). Please look at my AfterUpdate event for the combbox that's where I use DLookup
Note: Sometime a qualifier doesn't apply to a diagnosis in which case the combobox is empty and also no SelectedQualifier is stored.
I have been trying to use dlookup for weeks but keep getting the #Name? error. I am attaching the database so you guys can help me fix this it's really urgent.
Go to the form PatientCodedDiagnosis see the edit button press that and use the combobox to select something I call a qualifier select one. The effect should be a code (e.g. XX.XX.XX) appearing in the textbox next to the combobox the code is basically the OtherCode field from the DiagnositicMasterList table where the DiagnosisID = value from combobox which is a id. If we have multiple records on the from the code should differ for each record depending on the selected qualifier. The value of the combobox is stored in the PatientCodedDiagnosis table (SelectedQualifier field). Please look at my AfterUpdate event for the combbox that's where I use DLookup
Note: Sometime a qualifier doesn't apply to a diagnosis in which case the combobox is empty and also no SelectedQualifier is stored.