Hi all,
Okay heres my question I have a table with two fields ID and number, the number field is a a list of numbers (obviously) which are used as reference numbers. This field is already populated with values.
My problem is that the user is to click a button (access front end) and a reference number is assigned. Basically, within the onClick event i need the reference number to be randomly picked from the table.
eg if my Number field has the following values:
4
5
15
16
47
98
then i want the onCLick event to select randomly one of these values, can this be done, if so what is the best way ?
Thanks in advance
Okay heres my question I have a table with two fields ID and number, the number field is a a list of numbers (obviously) which are used as reference numbers. This field is already populated with values.
My problem is that the user is to click a button (access front end) and a reference number is assigned. Basically, within the onClick event i need the reference number to be randomly picked from the table.
eg if my Number field has the following values:
4
5
15
16
47
98
then i want the onCLick event to select randomly one of these values, can this be done, if so what is the best way ?
Thanks in advance