seducedbycodes
Technical User
hello,
i want to change the height of a continuous subform depending on how many records it contains. To do this i was going to use
NumRecords??
Me.QuoteSubform.Height = NumRecords*RecordHeight
this would be placed in the OnLoad event of the parent form
i want to change the height of a continuous subform depending on how many records it contains. To do this i was going to use
NumRecords??
Me.QuoteSubform.Height = NumRecords*RecordHeight
this would be placed in the OnLoad event of the parent form