Seaching for a record

Hi All,

I am doing a project in Visual Basic 6 which is then linked to a Microsoft Access Database. I have created several forms with data links.

I need to know how to create a search function in these forms, so that the user can search for a record in the database once the project has been completed.

I have seached high and low for this an cant find anything no where.

Thanks in advance,

Mark.
[442 byte] By [markheaton] at [2007-11-20 10:22:44]
# 1 Re: Seaching for a record
If they are BOUND (read evil) forms, then you can use the adodc control, with it's buttons. You would be better off loading the data that you want. In either case, you'd use a SQL statement to search for item(s).
dglienna at 2007-11-9 19:35:00 >