Navigation Form and Sub forms (1 Viewer)

mjdemaris

Working on it...
Local time
Today, 05:10
Joined
Jul 9, 2015
Messages
426
Is it possible to obtain the recordset of a datasheet sub form, nested in a structure like this:

Navform --> Sub form --> Sub form(datasheet)

The code i'm using:
Set rst = [Forms]![Navform]![NavigationSubform].[Form]![DS].Recordsetclone

The error code is 438: Object doesn't support this property or method.

Thoughts?

Thanks.
 

Users who are viewing this thread

Top Bottom