Hey there, any help would be appreciated. I have some queries that update different date fields. I have this one query that ultimately I would like the user to input the bottom number of records to have it update the date field.
Basically say we have like 4000 employees and each of these employees has a seniority score. For a certain amount of people with the lowest score letters will be sent out to those people. That number of letters to be sent out is flexible depending on the time of the month. How would the user get a message box (or something like it) that asked them for how many of the bottom scores they would like the letter date field updated.
I can't figure out how to set the TopValue property on the query from some sort of input parameter. I don't want the user to go into the query and set that property is basically what I am saying.
Any and all help would be greatly appreciated.
Basically say we have like 4000 employees and each of these employees has a seniority score. For a certain amount of people with the lowest score letters will be sent out to those people. That number of letters to be sent out is flexible depending on the time of the month. How would the user get a message box (or something like it) that asked them for how many of the bottom scores they would like the letter date field updated.
I can't figure out how to set the TopValue property on the query from some sort of input parameter. I don't want the user to go into the query and set that property is basically what I am saying.
Any and all help would be greatly appreciated.