T
texasman
Can someone help me out with creating a statement for my query. What i
currently does is come up and prompt the user to enter a customer nam
and then enter a product id. What I need a statement for is a loo
that will continually prompt the user for a product id until a nul
value is entered. It would also need to tie back to the same custome
name every time since the customer and products are in two differen
tables. Something like this:
Enter Customer Name: Microsoft
Enter Product ID: 1235
Enter Product ID: 123456
Enter Product ID:
then it ends
currently does is come up and prompt the user to enter a customer nam
and then enter a product id. What I need a statement for is a loo
that will continually prompt the user for a product id until a nul
value is entered. It would also need to tie back to the same custome
name every time since the customer and products are in two differen
tables. Something like this:
Enter Customer Name: Microsoft
Enter Product ID: 1235
Enter Product ID: 123456
Enter Product ID:
then it ends