Open a new record on a suform

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hola, I would like to open a form as a popup window. When the popup window
is open I would like the subform to add a new record. any ideas
 
Hola, I would like to open a form as a popup window. When the popup window
is open I would like the subform to add a new record. any ideas

Hi Chris, lots of ideas, just not sure what the task is that you're
trying to accomplish. At this point there's probably a hundred
different ways to do it ... be nice to narrow it down a bit :)


Cheers,
Brett
 
I have a form that contains the bank name and the bank ID. A subform will
contain the branch(s) for that Bank. On a separate form I have two
comboboxes. One for banks and one for branch. the bank cbobox filters the
branch cbobox. When a branch does not exist I would like to use the
'NotInList event' to open up the bank details form and set the subform
(branch) to add new record.
 
Back
Top