Tag ids are not unique. i have written a event procedure for on click query like this
SELECT tblAntennaDataNoDups.TAGID, tblAntennaDataNoDups.DetectDate, tblAntennaDataNoDups.DetectTime, tblAntennaDataNoDups.Antenna
FROM tblAntennaDataNoDups
WHERE ((tblAntennaDataNoDups.TAGID)=[Me].[TAGID]);
this prompts an alert box where the user can enter the Tagid and then it displays all the records containing the tagids from the table. Instead i want to directly dispaly the records without the need of alert box.