G
Guest
I have a personnel table which includes staff grade as a field, I have a
second table (tbl.grade)with staff grade and salary rate as the only two
fields. The value for the grade in the first table is inserted from a drop
down list whose source is the grade field in the second table.
I have a data entry form for all fields in the first table, which I want to
display the salary rate for that persons grade.
I have done this by creating a form based on the second table ,called
frm.grade, and inserting this as a subform on the data entry form
The tables are linked by the sub form field linker on the grade field.
When I cycle through the records on the data entry form it seems to work
until I reach record 20 it then produces the error:
The link master fields property setting has produced the following error:
Invalid outside proceedure
The help button refers to a filter which I cannot remember setting
Can anyone point me at what may be causing this error?
I can't figure it out .
Thank You
second table (tbl.grade)with staff grade and salary rate as the only two
fields. The value for the grade in the first table is inserted from a drop
down list whose source is the grade field in the second table.
I have a data entry form for all fields in the first table, which I want to
display the salary rate for that persons grade.
I have done this by creating a form based on the second table ,called
frm.grade, and inserting this as a subform on the data entry form
The tables are linked by the sub form field linker on the grade field.
When I cycle through the records on the data entry form it seems to work
until I reach record 20 it then produces the error:
The link master fields property setting has produced the following error:
Invalid outside proceedure
The help button refers to a filter which I cannot remember setting
Can anyone point me at what may be causing this error?
I can't figure it out .
Thank You