G
Guest
i am making a gui, and i am using a query to find a record with a
user-inputted ID number.
for example if i use ID number of 4, the search goes as planned, but you
have to scroll through the records before it comes up, as if you were just
scrolling through the records as normal. all the records before it have all
balnk fields, but you still have to scroll through them all until you get to
the record that fills the query's requirements.
is there a way to restrict the query results to only show the records that
fit the bill, and omit the ones that do not?
i am also using this method of queryiung to find last names of those who
inputted the reocrd, so it will not always be a unique record.
user-inputted ID number.
for example if i use ID number of 4, the search goes as planned, but you
have to scroll through the records before it comes up, as if you were just
scrolling through the records as normal. all the records before it have all
balnk fields, but you still have to scroll through them all until you get to
the record that fills the query's requirements.
is there a way to restrict the query results to only show the records that
fit the bill, and omit the ones that do not?
i am also using this method of queryiung to find last names of those who
inputted the reocrd, so it will not always be a unique record.