Hi,
I have a table(Unencodeable) which contains ProductID 's and Reason which new products are checked against.
I'm trying to use an append query to input new data to this table.
Adding the ProductID is easy, I'm just using a Parameter. What I need though is to limit the choice of the Reason field to one of five options.
To this end I've created a seperate table called Reasons with the five possible choices in.
Is it possible to have the parameter/input dialog box be a Combo box which limits the user's choices to the five, all within the Append query?
I realise I could have a seperate form where the user inputs the ProductID data and chooses the reason, and then clicks a submit button. But I was wondering if its possible to do it all within a query.
Thanks in advance,
Simon
I have a table(Unencodeable) which contains ProductID 's and Reason which new products are checked against.
I'm trying to use an append query to input new data to this table.
Adding the ProductID is easy, I'm just using a Parameter. What I need though is to limit the choice of the Reason field to one of five options.
To this end I've created a seperate table called Reasons with the five possible choices in.
Is it possible to have the parameter/input dialog box be a Combo box which limits the user's choices to the five, all within the Append query?
I realise I could have a seperate form where the user inputs the ProductID data and chooses the reason, and then clicks a submit button. But I was wondering if its possible to do it all within a query.
Thanks in advance,
Simon