S
sashabaz
Hi all,
I am trying to create my own duplicate warning message. I have a query
running that counts the number of duplicates. This is connected to a form
(frmDuplicates). I want this form to appear ONLY if the duplicates field
([DupeCount]) in frmDuplicates is greater then 1.
I.E. User opens frmProject. frmDuplicates opens only if duplicates in form
(frmDuplicates) is greater than 0.
At the moment, I have the OnLoad Macro for frmProject set as - Requery and
OpenForm frmDuplicates (Where condition
=[Forms]![frmDuplicates]![DupeCount]>0). I think this isnt working because
it is asking for a value from the frmDuplicates before it is open, but im not
sure....
Hope someone can help me....
Thanks...
Sashabaz.
I am trying to create my own duplicate warning message. I have a query
running that counts the number of duplicates. This is connected to a form
(frmDuplicates). I want this form to appear ONLY if the duplicates field
([DupeCount]) in frmDuplicates is greater then 1.
I.E. User opens frmProject. frmDuplicates opens only if duplicates in form
(frmDuplicates) is greater than 0.
At the moment, I have the OnLoad Macro for frmProject set as - Requery and
OpenForm frmDuplicates (Where condition
=[Forms]![frmDuplicates]![DupeCount]>0). I think this isnt working because
it is asking for a value from the frmDuplicates before it is open, but im not
sure....
Hope someone can help me....
Thanks...
Sashabaz.