Subform issue

K

Karen.Reedy

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?
 
A

Al Campagna

Karen,
You'll have to Requery the Cost sub after editing the Remodel sub.
(Moving away from that record to another, and back, "forces" a Requery)
--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions

"Find a job that you love, and you'll never work a day in your life."
 
K

Karen.Reedy

Ok, I tried setting up a macro using Requery but got an error message because
I left the control field blank. (Per Access help, this should have forced a
requery of the underlying TblRemodelInfo) What am I doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top