ACC 2K using 8i Oracle Client ODBC
I am trying to create a form that allows a user to input 2 variables into an access form, click a button and that makes a table. I have not tackled that yet as I cannot get my parameters to work (this is actually the first time that I have had to do this so I am in totally new water). Anyone got any ideas?
Here is my query - when i take out the Forms... stuff and replace them with values, it works perfect. but i need for the user to be able to input the DC and the MFG_CODE.
SELECT *
FROM SHAREADM.V_SHARE_CI_FORECAST
WHERE DC='"||[Forms]![frmEnterCrit]![txtDCCode]||"' and MFG_CODE = '"||[Forms]![frmEnterCrit]![txtMfgCode]||"'
Thanks in advance for ANY assistance!!
Lee
I am trying to create a form that allows a user to input 2 variables into an access form, click a button and that makes a table. I have not tackled that yet as I cannot get my parameters to work (this is actually the first time that I have had to do this so I am in totally new water). Anyone got any ideas?
Here is my query - when i take out the Forms... stuff and replace them with values, it works perfect. but i need for the user to be able to input the DC and the MFG_CODE.
SELECT *
FROM SHAREADM.V_SHARE_CI_FORECAST
WHERE DC='"||[Forms]![frmEnterCrit]![txtDCCode]||"' and MFG_CODE = '"||[Forms]![frmEnterCrit]![txtMfgCode]||"'
Thanks in advance for ANY assistance!!
Lee