Use Command Button to open parameter

erza

Registered User.
Local time
Today, 23:45
Joined
Feb 13, 2002
Messages
13
Hi..
Im still learning, and i need help, so how to use command button, to open parameter(which the customer can type the alphabet that they search for eg A-B)
so when the customer click the button messageBox For search appear?
help...
 
Not sure I fully understand - are you trying to set up a search input box, type in the first few letters of say a surname then display the record on screen?

Colin
 
hi..yes..im trying to use inputbox for search item. which this item can display on the list box.
How?
help..
 
Might it not be better to have a combo box that displays the record on the form after selection? you can use the combo box wizard to create it, or is that not suitable. I was thinking that a clicking a command button to display an input box then typing in data then doing the search was perhaps the long way around.
Hope this helps you, perhaps others may have other ideas
Colin
 
Yes i already put the command button, and use the InputBox, But the problem is..the item(from the field) that they search for not displaying on the list box that i prepare.How...?
 

Users who are viewing this thread

Back
Top Bottom