Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 Joined Tables in Stored Procedure - Update Data in Both?

Status
Not open for further replies.

gazzippy

Programmer
Nov 19, 2002
10
GB
I have read that you can only update one underlying tables data in a stored procedure.

I am Using an Access Form (in 2000 ADP) bound to a stored procedure but can only Edit data in table specified in UniqueTable property, does anybody know of a way to edit data in both tables using the same form showing all fields I require?

Many Thanks
 
Hi gazzippy,

I am not sure about the dealing of Access forms. You better put your question in the Access forum.

But as regarding the stored procedures, Yes, You can insert/update/delete multiple tables from the stored procedure.



raj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top