Subform not showing all records

T

Try Hard

I have a subform that I enter data to update training files. Once I have
entered the data it can not longer be seen (although it is in the appropriate
table). The data is entered after using a cbo to select the correct reference
to update. (ie. I select safe work procedure 1 - then enter a training date).
I want to see all records accociated with this selection on the datasheet is
this possible.

Thanks anyone.
 
T

Try Hard

Thanks boblarson, I have checked the DATA ENTRY properties of both the main
and subform they are both set at "NO".
 
B

banem2

Thanks boblarson, I have checked the DATA ENTRY properties of both the main
and subform they are both set at "NO".

Have you used "Link Child Fields" and "Link Master Fields"?

Regards,
Branislav Mihaljev, Microsoft Access MVP
 
T

Try Hard

Hi Branislav
Yes I has used the "Link Child Fields" and "Link Master Fields" in the
subform.
 
T

Try Hard

Bye removing the "Link Child Fields" and "Link Master Fields" the records are
no longer displayed unless their are other parts of the record filled in. I
would the record to stay so I can track were they are up to.

Can this be done????????

Please Help!
 
R

Rick Brandt

Try said:
Bye removing the "Link Child Fields" and "Link Master Fields" the
records are no longer displayed unless their are other parts of the
record filled in. I would the record to stay so I can track were they
are up to.

Can this be done????????

It is done all the time. Sounds like you have incorrect relationships
between the two tables or that you do not have the relationship properly
configured with the MasterLink and ChildLink properties.

What field or fields relate the two tables? Those same fields are what
should be entered into the link properties of the subform.
 
T

Try Hard

Thanks for your comments Rick. I have a number of tables they are:

Employeetble
Employee Name (PK)

Positiontble
Position Name (PK)

Work Intructiontble
Position Name
WI Description

Competencytble
Employee Name
Position Name
WI Description
Date Trained

I am trying to use the competency table to record training for different
work instructions for employees, work instruction must be allocated to a
position and an employee to a position (nb. an employee can have a number a
positions hence a great deal of work instructions).

Your help is appreciated.

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