T
TC
You would not normally use a subform to list the records available on the
main form.
You would normally use a listbox or combobox control on the *main* form, to
list those records.
The normal purpose of a subform, is to list the records from some other
table, that are related to the current record in the main form. (Eg. main
form = invoice header, subform = invoice lines).
HTH,
TC
main form.
You would normally use a listbox or combobox control on the *main* form, to
list those records.
The normal purpose of a subform, is to list the records from some other
table, that are related to the current record in the main form. (Eg. main
form = invoice header, subform = invoice lines).
HTH,
TC