Hello Folks
I am using Microsoft Access 2000
I would be grateful if someone could help me with “Dlookup”. I tried various methods of writing Dlookup and various events to trigger it, none of which were successful. I have been able to display the required value in a ‘text box’ which is a little helpful but not ideal.
I have a table called tblLogSheet. The ‘Description’ field of this table uses a lookup table called tblLkUpDescript ion. tblLkUpDescript ion contains two fields. The first field is called, ‘Equipment’ and the second field is called ‘Insulation’. I have a form called ‘frmNew_Applian ce’. This form is used to input new records into tblLogSheet. The data entry clerk selects an item of equipment from the drop down list of the combo box, derived from the ‘Equipment’ field of the lookup table. The selection is entered into the ‘Description’ field of tblLogSheet via the frmRecord_New_A ppliance input form. I would like the value listed in tblLkUpDescript ion, ‘Insulation’ field, which is adjacent to the selection made by the data entry clerk from the ‘Equipment’ field, to be entered automatically into my ‘Insulation_che ck’ field. The ‘Insulation_che ck’ field is on my frmRecord_New_A ppliance. This automated entry will update the tblLogSheet with the ‘Insulation_Che ck’ recording.
Please note - The clerk can write to the ‘Description’ field as appropriate selection may not be available in list. All fields are text fields. The number of descriptions listed in tblLkUpDescript ion table is currently 356. The ‘Description’ field name property is Combo128. The form is Single Form
tblLkUpDescript ion
The first field is: - ‘Equipment’ Field list – (This provides selections for ‘Description’ Field)
The Second field: - ‘Insulation’ Field (Contains the Value Required)
tblLogSheet
‘Description’ Field - (Records the Combo Selection - derived from ‘Equipment’ field list)
‘Insulation_Che ck’ field - (Needs Auto Entry Of adjacent value from Insulation Field)
Data entry for tblLogSheet is performed via ‘frmRecord_New_ Appliance’
Many thanks to anyone kind enough to reply
I am using Microsoft Access 2000
I would be grateful if someone could help me with “Dlookup”. I tried various methods of writing Dlookup and various events to trigger it, none of which were successful. I have been able to display the required value in a ‘text box’ which is a little helpful but not ideal.
I have a table called tblLogSheet. The ‘Description’ field of this table uses a lookup table called tblLkUpDescript ion. tblLkUpDescript ion contains two fields. The first field is called, ‘Equipment’ and the second field is called ‘Insulation’. I have a form called ‘frmNew_Applian ce’. This form is used to input new records into tblLogSheet. The data entry clerk selects an item of equipment from the drop down list of the combo box, derived from the ‘Equipment’ field of the lookup table. The selection is entered into the ‘Description’ field of tblLogSheet via the frmRecord_New_A ppliance input form. I would like the value listed in tblLkUpDescript ion, ‘Insulation’ field, which is adjacent to the selection made by the data entry clerk from the ‘Equipment’ field, to be entered automatically into my ‘Insulation_che ck’ field. The ‘Insulation_che ck’ field is on my frmRecord_New_A ppliance. This automated entry will update the tblLogSheet with the ‘Insulation_Che ck’ recording.
Please note - The clerk can write to the ‘Description’ field as appropriate selection may not be available in list. All fields are text fields. The number of descriptions listed in tblLkUpDescript ion table is currently 356. The ‘Description’ field name property is Combo128. The form is Single Form
tblLkUpDescript ion
The first field is: - ‘Equipment’ Field list – (This provides selections for ‘Description’ Field)
The Second field: - ‘Insulation’ Field (Contains the Value Required)
tblLogSheet
‘Description’ Field - (Records the Combo Selection - derived from ‘Equipment’ field list)
‘Insulation_Che ck’ field - (Needs Auto Entry Of adjacent value from Insulation Field)
Data entry for tblLogSheet is performed via ‘frmRecord_New_ Appliance’
Many thanks to anyone kind enough to reply
Comment