cath_hopes
11-08-2007, 04:50 AM
A button on form1 opens the subform form2. There are 2 things I'd like to achieve with this:
1) Once Form2 is open I would like to make read-only the table1 that form1 is based on. (The recordsource for form2 links this table1 to table2, table1 has a one to many relationship with table2)
2) Form2 opens as a continous form. I would like it to display its records one at a time and the user uses the next record, previous record arrows at the bottm of the page instead.
1) Once Form2 is open I would like to make read-only the table1 that form1 is based on. (The recordsource for form2 links this table1 to table2, table1 has a one to many relationship with table2)
2) Form2 opens as a continous form. I would like it to display its records one at a time and the user uses the next record, previous record arrows at the bottm of the page instead.