find duplicate record in pop up form

D

deb

First I will explain the form setup...
Main form called fKPIEdit, has subform called fKPIEditDetails (linked by
KPIID)
Within the subform there are buttons for each KPI. The buttons open a pop
up form called fKPIDetailNotePopUP so the user can enter the KPI Note (keys
are KPIID and KPIListID)

IF the user clicks the button for KPI1 and there is a note already in the
table called tKPIDetailNote (keys are KPIID and KPIListID) for KPI1, I need a
msgbox to say it is a dupe record and close the pop up form else just open
the pop up form for user to enter the note.

Please help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Optionbutton Not working 3
Crating User Form to Add Names 1
pass fields to pop up form 5
ASK Field Formatting 1
Pop up window?? 5
Dynamic Naming of Form Button 3
Refresh Pop up 2
Split form 0

Top