F
Frank Martin
I have Access2000.
On my 'FrmInvoice' there is a control button to access my 'RptAddresses'
which is based on 'QryAddresses'.
The 'QryAddresses' has all the appropriate columns on which to select the
type of customer and address.
My question is: is it possible to use the Filter Property to select a group
of addresses via the contol button code so as to save the trouble of using
yet another query?
For example, can I insert the following into the control button code: (to
apply to the RptAddesses".)
Me.Filter = "AddressType = 'Customer' "
Me.FilterOn = True ?
Please help, Frank
On my 'FrmInvoice' there is a control button to access my 'RptAddresses'
which is based on 'QryAddresses'.
The 'QryAddresses' has all the appropriate columns on which to select the
type of customer and address.
My question is: is it possible to use the Filter Property to select a group
of addresses via the contol button code so as to save the trouble of using
yet another query?
For example, can I insert the following into the control button code: (to
apply to the RptAddesses".)
Me.Filter = "AddressType = 'Customer' "
Me.FilterOn = True ?
Please help, Frank