A
ani
i have a table which has fields eqno(text field), eq desc(text field),
eqnum(primary key)
on a datasheet subform i want the eqno field values display for all records.
i tried the below dlookups at the text record source which gave me an error.
=DLookUp("[EQPTNO]"," SupportEquipment ","[Text29]=[eqptnum]")
=DLookUp("[EQPTNO]"," [SupportEquipment] ","[Text29]=[eqptnum]")
where text29 is the text field on the subform which stores the eqnum(primary
key)
plese advise what is wrong
eqnum(primary key)
on a datasheet subform i want the eqno field values display for all records.
i tried the below dlookups at the text record source which gave me an error.
=DLookUp("[EQPTNO]"," SupportEquipment ","[Text29]=[eqptnum]")
=DLookUp("[EQPTNO]"," [SupportEquipment] ","[Text29]=[eqptnum]")
where text29 is the text field on the subform which stores the eqnum(primary
key)
plese advise what is wrong