I'm trying to use Subform wizard to create a subform within a subform. The relationship between the two forms are one-to-many, and it is based on a two-field primary key (Info_num and offence_code). But when I cliked "finish", a window pops up saying "Subscript out of range". Could anyone tell me what it means?
I also tried to avoid the problem by creating the subform as a form and then drag it into its parent form, but then I couldn't enter any data because it complains that the parent form doesn't have a related a record. Even when there is!
The form is organized like this:
Main form: Info_num, ...
1st level subform: Info_num, Offence_code, ...
2nd level subform: Info_num, Offence_code, sentence, ...
Any help is greatly appreciated.
Kuan
I also tried to avoid the problem by creating the subform as a form and then drag it into its parent form, but then I couldn't enter any data because it complains that the parent form doesn't have a related a record. Even when there is!
The form is organized like this:
Main form: Info_num, ...
1st level subform: Info_num, Offence_code, ...
2nd level subform: Info_num, Offence_code, sentence, ...
Any help is greatly appreciated.
Kuan