Seeing a blank form

Graham Bucknall

Registered User.
Local time
Today, 17:15
Joined
Feb 28, 2002
Messages
28
I have a form with a combo box in the header section and address etc in the details section. I want to be able to choose a firm from the combo box and then see the results below in the details part. It works fine, but when I open the form first of all there is data in the details section. How can I start with nothing there when I open it first?
Thanks in advance.
 
Base your form on a query and in the query put in some criteria under your firm field name [forms];[yourfrmname];[your combo box name].

Hayley
 

Users who are viewing this thread

Back
Top Bottom