Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Hello, I have 2 tableOne ---> tbCustomer with Columns CustId, CustName, AddressTwo ---> tbOrders with Columns OrderId, CustId, Qty, ProductIdIn my Application (Textbox) I was show CustName. Know I wan't To Insert tbOrders (OrderID, CustId, Qty, ProductId) with Parameter CustName In my Textbox. Please Help How To do it in MS Access.Thx.Rudianto
Norwich
Posting Yak Master
158 Posts
Posted - 2006-12-06 : 08:50:21
I'm not sure what the question is but this is how you'd retrieve the custid and the tbOrders information. Substitute the Parameter with your CustId