Hello,
I have written the following sql command...
SELECT * from tblCalibrationRegister
Where [calibration due date] <now() and description =[]
is there a way that when i have the enter parameter msgbox pop up i can have it display a dropdown list populated by the sql command...
Select Description from tblCalibrationRegister
so users can select the parameter rather than type it in?
any help will be greatly appreciated!
Thanks,
iain
I have written the following sql command...
SELECT * from tblCalibrationRegister
Where [calibration due date] <now() and description =[]
is there a way that when i have the enter parameter msgbox pop up i can have it display a dropdown list populated by the sql command...
Select Description from tblCalibrationRegister
so users can select the parameter rather than type it in?
any help will be greatly appreciated!
Thanks,
iain