help with search.... (1 Viewer)

Wallie

Registered User.
Local time
Today, 15:41
Joined
Mar 12, 2002
Messages
23
Hi,

I have a form which contains data of a company.
There's also a button which clears the screen so that a search can be made.
So when you select a product which a company can manufacture, all the company's who manufacture that type of product are listed in a ListBox (on a new form).
When a company from the list had been selected the main form opens and shows the data which belongs to that company.
On the mainform is also a combobox inwhich all company's are listed. The thing is that it's only possible to go to the records which are the result of the search. Is it possible to clear the search results so that one is able to select a company (which is not related to the search) ?

I hope this is clear ..... (??)

Thanx alot anyways
 

David R

I know a few things...
Local time
Today, 09:41
Joined
Oct 23, 2001
Messages
2,633
DoCmd.ShowAllRecords might be what you're looking for...
 

Users who are viewing this thread

Top Bottom