Update Form [message #397653] |
Mon, 13 April 2009 03:09 |
shahzaib_4vip@hotmail.com
Messages: 410 Registered: December 2008 Location: karachi
|
Senior Member |
|
|
I create a table item which relate 2 column
Item_no (Primary key)
item_name
and i create another table sale
which relate
saledate
item_no_sale (Foreign key)
item_name_sale
qty
now in form when i insert record in table item i want to update these data in sale table without exit the form
there is any way to update my sale table with Push button ?
Thanks
Shahzaib Ismail
|
|
|
|
|
Re: Update Form [message #397855 is a reply to message #397804] |
Tue, 14 April 2009 04:06 |
danish_fsd@yahoo.com
Messages: 38 Registered: February 2008 Location: Pakistan
|
Member |
|
|
Hi,
You can Write insert statement on "Before Insert" or "After Insert" FOR EACH ROW Trigger on Item Table which inserts same data at Sale Table.
You can find these triggers in Developer Object Navigator under Database Object node.
You must study "For Each Row" Triggers first.
Hope it is your required explanation.
Regards
Danish.
|
|
|