VB Program to list customers "Smit*"

SeanITFC

New member
Local time
Today, 13:40
Joined
Feb 16, 2005
Messages
7
Hi all,

If anyone has a VB program to code a command button to look-up Customers' surname from a table from entry of text box eg "Smit*" , I will be eternally grateful.......

Thanks
SeanITFC :confused:
 
What's wrong with using a query?
 
Do you want an auto fill-in as the user types? If so just set the textbox's source as a query to the table and on the textbox's keypress requery the textbox.
 

Users who are viewing this thread

Back
Top Bottom