P
Pete
I have a Command Button on my TabCtrl Sub form that opens
a form so I can add another item, how do I open the form
in "Add" mode.
stDocName = "frmVenue"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Once I have added this item, I wish to be able
to "Refresh" the Combo/Sub Form that the new Item will
appear in, at the moment I have to close down the main
form, and reopen it which negates the use of the Command
button
thanks
Pete
a form so I can add another item, how do I open the form
in "Add" mode.
stDocName = "frmVenue"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Once I have added this item, I wish to be able
to "Refresh" the Combo/Sub Form that the new Item will
appear in, at the moment I have to close down the main
form, and reopen it which negates the use of the Command
button
thanks
Pete