M
mandy.wuest
I have a main form (frmManuscripts) with a subform (sfrmAuthors). If I
want to add an author to the subform then I click a button on the main
form which opens a new form (frmAddAuthor). When frmAddAuthor closes I
requery the subform.
Forms!frmManuscripts!sfrmAuthors.Form.Requery
This works just fine unless I want to add an author that is not
already in the table.
To do this I open frmAddAuthor and then click a button that opens
frmAddNewAuthor. When I close frmAddNewAuthor the new author shows up
in the combo box on frmAddAuthor; but when frmAddAuthor is closed
sfrmAuthors shows a blank entry. If I close frmManuscripts and open it
again the entry is no longer blank, it contains the correct
information.
I have tried to requery just about everything but I either get error
messages or the same result. Any suggests?
Thanks,
Mandz
want to add an author to the subform then I click a button on the main
form which opens a new form (frmAddAuthor). When frmAddAuthor closes I
requery the subform.
Forms!frmManuscripts!sfrmAuthors.Form.Requery
This works just fine unless I want to add an author that is not
already in the table.
To do this I open frmAddAuthor and then click a button that opens
frmAddNewAuthor. When I close frmAddNewAuthor the new author shows up
in the combo box on frmAddAuthor; but when frmAddAuthor is closed
sfrmAuthors shows a blank entry. If I close frmManuscripts and open it
again the entry is no longer blank, it contains the correct
information.
I have tried to requery just about everything but I either get error
messages or the same result. Any suggests?
Thanks,
Mandz