I have a Form(FormX) which is based on a Query, which in turn gets parameter data from another Form(FormY) a la -
Format([Forms]![FormX]![Dinput],"0000000000"
If I have an Command Button, on FormY, that actions Requery, I get the parameter box with the description -
[Forms]![FormX]![Dinput]
which is fair enough however -
question is - is there a way that the Description on the Parameter box can be set so that it shows for example -
"Enter Supplier No" ?
Thanks
Format([Forms]![FormX]![Dinput],"0000000000"
If I have an Command Button, on FormY, that actions Requery, I get the parameter box with the description -
[Forms]![FormX]![Dinput]
which is fair enough however -
question is - is there a way that the Description on the Parameter box can be set so that it shows for example -
"Enter Supplier No" ?
Thanks