Randomblink
The Irreverent Reverend
- Local time
- Yesterday, 22:04
- Joined
- Jul 23, 2001
- Messages
- 279
Ok...
I have a BANK form...
it holds bank data (bank name, address, etc.)
It has a Branch Sub Form...
This holds Branch location and contact information...
"IT" has an Employee Sub Form...
This holds Employee listing for that Bank...
Each Form / Subform has a List Box.
The Employee Subform List box Shows ALL employees for that BRANCH of that BANK...
The Branch Subform List Box Shows ALL Branches for that BANK...
The Bank Form List Box Shows ALL Banks...
The Problem I am having is...
If I create a Bank... whether I create any Branches for it... or even any employees for those branches...
IF I DELETE that Bank... I get "Enter Parameter Values" from the SQL code the SubForm Listboxes use as RowSources...
I get TWO "Enter Parameter Values" since I refresh each Listbox on each Form / Subform in the OnCurrent event for ALL of the forms...
What can I do to stop this? If you can help, it would be appreciated... Thanks...
I have a BANK form...
it holds bank data (bank name, address, etc.)
It has a Branch Sub Form...
This holds Branch location and contact information...
"IT" has an Employee Sub Form...
This holds Employee listing for that Bank...
Each Form / Subform has a List Box.
The Employee Subform List box Shows ALL employees for that BRANCH of that BANK...
The Branch Subform List Box Shows ALL Branches for that BANK...
The Bank Form List Box Shows ALL Banks...
The Problem I am having is...
If I create a Bank... whether I create any Branches for it... or even any employees for those branches...
IF I DELETE that Bank... I get "Enter Parameter Values" from the SQL code the SubForm Listboxes use as RowSources...
I get TWO "Enter Parameter Values" since I refresh each Listbox on each Form / Subform in the OnCurrent event for ALL of the forms...
What can I do to stop this? If you can help, it would be appreciated... Thanks...