save record

J

judith

I have a form that has about 5 tabs and forms on each tab
relating to different components of the system (company,
locations, employees etc) So on the first tab I display
company info. Tab 2 displays a summary of the company
info with a subform which displays the locations. From
tab 1 I click a button which moves to tab 2 and positions
me in the company displayed in tab1

I use a combination of DoCmd.gotoControl ....
.....SetFocus
DoCmd.findRecord

This worked fine until tried on a new machine. Most of
time it is OK but some times the record seems to loose
track and displays #name# everywhere. It is still OK on
the old machines, what is happening?

Do I need a saveRecord somewhere as it may be a result of
a new entry and how do I do this? Is it tablename.Update?

Thanks
 

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