G
Guest
I have tblRemodelInfo that holds info about all the remodel projects that
we've done in our stores. On tabbed FrmStoreInformation it displays static
information about the store (address, sqft, etc) and uses SubFrmRemodelInfo
and SubFrmCosts on separate tabs to display information about remodels and
their costs in a particular store.
The problem is that when a record is added to SubFrmRemodelInfo, you have to
leave the master record and return to it in order to be able to add the
associated costs in SubFrmCosts. I do NOT want to use a continuous subform
as we really like the tabbed layout, but is there a way to refresh the
record/form after entering new information?
we've done in our stores. On tabbed FrmStoreInformation it displays static
information about the store (address, sqft, etc) and uses SubFrmRemodelInfo
and SubFrmCosts on separate tabs to display information about remodels and
their costs in a particular store.
The problem is that when a record is added to SubFrmRemodelInfo, you have to
leave the master record and return to it in order to be able to add the
associated costs in SubFrmCosts. I do NOT want to use a continuous subform
as we really like the tabbed layout, but is there a way to refresh the
record/form after entering new information?