I have a table for idenifying fields, with one subtable for data fields.
The data table has 5 fields with multiple records for each record in the info table.
I need the data entry to run so that for field one, when you hit enter instead of going to the next field it goes to the next record in the same field. To accomplish this I have 5 subforms, one for each field.
The problem is when you switch to the next field the data continues, rather than starting back at the first record.
ie
1
1
1
2
2
2
1
---1
---2
---1
---2
---1
-------5
-------8
-------4
-------5
etc..
what I need the table to look like is
1--1--5
1--2--8
1--1--4
2--2--5
2--1
2
1
Thanks
The data table has 5 fields with multiple records for each record in the info table.
I need the data entry to run so that for field one, when you hit enter instead of going to the next field it goes to the next record in the same field. To accomplish this I have 5 subforms, one for each field.
The problem is when you switch to the next field the data continues, rather than starting back at the first record.
ie
1
1
1
2
2
2
1
---1
---2
---1
---2
---1
-------5
-------8
-------4
-------5
etc..
what I need the table to look like is
1--1--5
1--2--8
1--1--4
2--2--5
2--1
2
1
Thanks