.addnew problem

J

Jimh

I am using a single form with multiple tabs. One of which is tied to a second
table and is being updated with code. I want the user to use this tab for as
many entries as he knows about at the time. Each newly added record is tied
to the first table via a standard ID field. I seem to be able to add the
first record but when I clear the fields on the form for another entry, the
record number field remains the same as the original value when the user
first clicked on the tab. Any code samples around to handle this situation.
Thanks.
 
S

SteveM

What do you mean by 'when I clear the fields on the form for another entry'?

What is the ControlSource of the record number field?

Steve
 
J

Jimh

One of the files is a projects file and the second one is a resources file.
There can be multiple resources assigned to a single project. The control
source for the file I'm attempting to add the new resources to is the project
resources file. After the initial add of the first resource, the data remains
 
S

SteveM

Is this a bound or unbound form?
What is the ControlSource setting for this form?
Do you have navigation buttons at the bottom of your form?

You never have to clear fields in order to enter new information, you just
advance to a new record using the navigation buttons.

Steve
 

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