Filtering data into a query with Input Text Box Follow
Hey guys!!
So I am developing a simple program to get some data from a database. What I am trying to do is using an Input Text Box to write the Primary Key and then display on the GridView the results. Unfortunately, I don't know how to do it. Bartender offers a great option on the Print Preview, but we have 3 million records on this 2 tables and take a lot of time to search.
I should do a vb script to filter what I want right?
1 comments
Hello Miguel,
Will the primary key that your users enter be able to find the record/s needed in your database? If so a query or record picker should accomplish the same thing. Are you running into issues using this method?
Thank you,
Please sign in to leave a comment.