G
Grimwadec
Mydatabase has frmMain, frmCriteria (called from frmMain), frmList (called
from frmCriteria) & rptMain (which contains subrptMain). All objects (except
subrptMain) are Pop Up and Modal.
The report is based on a query that asks for a numeric ID parameter. I want
both that parameter fed from frmList and rptMain called from frmList but when
I do (noting that both frmMain and frmCriteria remain open) both rptMain and
subrptMain display no records.
However when I feed the parameter from frmMain and call rptMain from frmMain
(noting that frmCriteria and frmList are not open) both rptMain and
subrptMain display the appropriate records.
In desperation I have tried variously changing the Modal setting to "No" to
no avail. Obviously I am missing something. Can anyone please tell me what
the issue is likely to be?
from frmCriteria) & rptMain (which contains subrptMain). All objects (except
subrptMain) are Pop Up and Modal.
The report is based on a query that asks for a numeric ID parameter. I want
both that parameter fed from frmList and rptMain called from frmList but when
I do (noting that both frmMain and frmCriteria remain open) both rptMain and
subrptMain display no records.
However when I feed the parameter from frmMain and call rptMain from frmMain
(noting that frmCriteria and frmList are not open) both rptMain and
subrptMain display the appropriate records.
In desperation I have tried variously changing the Modal setting to "No" to
no avail. Obviously I am missing something. Can anyone please tell me what
the issue is likely to be?