
March 18th, 2005, 02:20 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 2
Time spent in forums: 1 h 38 m 5 sec
Reputation Power: 0
|
|
Append Query
Hi All,
I got a problem to make an ordering databse. Now I have simplified it to 3 tables for testing , they are customer, customer order and product. I used append query to append product table record to customer order table.Criteria was set to show only those records where the Yes/No check box had been selected on product table. As product id(primary key of product table) and customer id(primary key of customer table) are foriegn key in customer order, I append the productid(primary key of product table) to customer order table from product table. On the other hand, I set a default of customer ID is 1 in customer order table then it works. How do I made a specific customer ID rather than using default of customer ID on append query. Pls. advise!
Regards,
IMGary
|