D
Daniel
I have two subform on a main form. Both subforms are used to seperate a
recordset(a list of dated events for expected recovery from injury) based on
a user entered date. The forms will then display which actions are completed
or future. For example if there are 12 records they might be seperated as 8
on one subform and 4 on the other.
The total number of records can very form 6 to 15 seperated over the two
subforms.
The problem I am having is with the position of the subforms. I have been
able to size the individual subforms based on height of field*recordcount.
Sometimes though the top subform overlaps onto the lower subform.
Is there any way that I can use VBA code to move the lower subform so that
it will always be the same distance from the bottom of the upper subform?
Hope that makes sense.
recordset(a list of dated events for expected recovery from injury) based on
a user entered date. The forms will then display which actions are completed
or future. For example if there are 12 records they might be seperated as 8
on one subform and 4 on the other.
The total number of records can very form 6 to 15 seperated over the two
subforms.
The problem I am having is with the position of the subforms. I have been
able to size the individual subforms based on height of field*recordcount.
Sometimes though the top subform overlaps onto the lower subform.
Is there any way that I can use VBA code to move the lower subform so that
it will always be the same distance from the bottom of the upper subform?
Hope that makes sense.