Hi guys,
I have a form that is checking staff names against staff numbers and I'm looking for the best way to return this data.
I have up to 20 text boxes where staff numbers are entered, and 20 text boxes next to those where I would like the staff names filled it.
I originally had some great advise on a Dlookup, which worked fine for one search at a time but looking for multiple staff numbers against a list of 1300 takes a very long time. I have a feeling from what I've read that using a query would work faster. I've never tried to integrate queries and forms so I'm feeling out of my depth.
My ideal solution would be to have the seperate text boxes, the user fills in as many as required and then a "search" Cmd button checks the staff number against the table and brings back the person's name.
Thanks very much in advance for any help you can provide.
If I can provide any more information I will.
I have a form that is checking staff names against staff numbers and I'm looking for the best way to return this data.
I have up to 20 text boxes where staff numbers are entered, and 20 text boxes next to those where I would like the staff names filled it.
I originally had some great advise on a Dlookup, which worked fine for one search at a time but looking for multiple staff numbers against a list of 1300 takes a very long time. I have a feeling from what I've read that using a query would work faster. I've never tried to integrate queries and forms so I'm feeling out of my depth.
My ideal solution would be to have the seperate text boxes, the user fills in as many as required and then a "search" Cmd button checks the staff number against the table and brings back the person's name.
Thanks very much in advance for any help you can provide.
If I can provide any more information I will.
Comment