synchronizing list with form
From: george (anonymous_at_discussions.microsoft.com)
Date: 04/28/04
- Next message: Neil: "Re: Open form with Enter key???"
- Previous message: Chris H.: "Disable Mouse Wheel Access 2003/2002"
- Next in thread: Marshall Barton: "Re: synchronizing list with form"
- Reply: Marshall Barton: "Re: synchronizing list with form"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 06:06:20 -0700
Hi guys,
I have a form, frmClients, with a command button on it
which opens another dialog form fdlgPolicies.
This second form contains a listbox, lstPolicies, which in
turn is based on an embedded query. Currently when I click
on my command button, fdlgPolicies opens but displays all
policies of all clients in the list box. I want it to
display only those policies which belong to the client
that I'm viewing on my frmClients. How can I synchronize
the two?
Any help will be appreciated.
ps: There is a field ClientID on my clients form, and
ClientID, PolicyN in the query behind the list box.
- Next message: Neil: "Re: Open form with Enter key???"
- Previous message: Chris H.: "Disable Mouse Wheel Access 2003/2002"
- Next in thread: Marshall Barton: "Re: synchronizing list with form"
- Reply: Marshall Barton: "Re: synchronizing list with form"
- Messages sorted by: [ date ] [ thread ]
Loading