So I'm working on a new database to replace about 50 interlinked spreadsheets which are currently used.
I am designing a simple data input form, I won't go into the details of the relationships / structure I have setup as that's not the issue here but basically I am using a continuous form based on 4 tables (staff members, teams, tasks and team figures). There's no problem with this part, the key is that it's a continuous form with a varying amount of records (each team has different tasks).
As it's continuous and I know some of the people who will be using it are only experienced with spreadsheets rather than databases I decided I may as well make the data entry part look like a spreadsheet.
So I setup my column headers (labels in the report header), set the form to continuous, added the controls I needed, moved them so they are all directly next to each other (no gaps between them) and shrank the Detail section so there is no gap above or below the controls.
However when I open the form the bottom border of the last record is always cut off. With the other records it's a non-issue because the top border of the record below is directly touching the bottom of the control above so it still gives a grid effect, it's just the last record which is a problem.
To get around this I tried adding a line to the top of the footer and playing with settings like auto resize (form), can gro / shrink (detail) but I could not get it to automatically set the height of the Detail section based on the number of records.
Any suggestions?
I am designing a simple data input form, I won't go into the details of the relationships / structure I have setup as that's not the issue here but basically I am using a continuous form based on 4 tables (staff members, teams, tasks and team figures). There's no problem with this part, the key is that it's a continuous form with a varying amount of records (each team has different tasks).
As it's continuous and I know some of the people who will be using it are only experienced with spreadsheets rather than databases I decided I may as well make the data entry part look like a spreadsheet.
So I setup my column headers (labels in the report header), set the form to continuous, added the controls I needed, moved them so they are all directly next to each other (no gaps between them) and shrank the Detail section so there is no gap above or below the controls.
However when I open the form the bottom border of the last record is always cut off. With the other records it's a non-issue because the top border of the record below is directly touching the bottom of the control above so it still gives a grid effect, it's just the last record which is a problem.
To get around this I tried adding a line to the top of the footer and playing with settings like auto resize (form), can gro / shrink (detail) but I could not get it to automatically set the height of the Detail section based on the number of records.
Any suggestions?