Good morning/afternoon :-) again. I have a filter by form TrackingSpreadsheet that in its load event has a couple of the filter boxes filled. I would like to open that form without the filter and add a where condition. I have tried:
DoCmd.OpenForm "TrackingSpreadsheet", , "", "LookingID = " & Me.LookingID
Is the only way to do this?
DoCmd.OpenForm "TrackingSpreadsheet"
Forms!TrackingSpreadsheet.Filter = ""
DoCmd.GotoControl LookingID
DoCmd.GoToRecord "LookingID = " & Me.LookingID
thanks!
Connie
__._,_.___
MARKETPLACE
.
__,_._,___
Tidak ada komentar:
Posting Komentar