S
Stapes
Hi
I use the following code to filter for a particular Order number:
Text22 = Me.Combo16
[Order Details].LinkMasterFields = "Text22"
[Order Details].LinkChildFields = "PK_Order"
Elsewhere I have a button 'View All', trying to cancel the above
filter. This code don't work:
Forms![Order Form].Form![Order Details].Form.LinkChildFields =
Null
Forms![Order Form].Form![Order Details].Form.LinkMasterFields =
Null
I get Application or Object defined error.
Is there a way to do this?
Stapes
I use the following code to filter for a particular Order number:
Text22 = Me.Combo16
[Order Details].LinkMasterFields = "Text22"
[Order Details].LinkChildFields = "PK_Order"
Elsewhere I have a button 'View All', trying to cancel the above
filter. This code don't work:
Forms![Order Form].Form![Order Details].Form.LinkChildFields =
Null
Forms![Order Form].Form![Order Details].Form.LinkMasterFields =
Null
I get Application or Object defined error.
Is there a way to do this?
Stapes