timer chck when insert table [message #403529] |
Sat, 16 May 2009 07:41 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
farooq112
Messages: 90 Registered: September 2006 Location: cairo
|
Member |
|
|
i have 2 tables
table orader
id ,item_name,item_number,price
and table tak
id,item_name,item_number ,price
and i make 2 form
i wont when insert data in form orader
i wont make button refresh in from take
i wont when press button alert show
found new data
i make timer
but what is the code use
and for tak
i wont
|
|
|
|
Re: timer chck when insert table [message #404459 is a reply to message #403529] |
Thu, 21 May 2009 20:20 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
All I can suggest is that you count the number of rows in table 'orader' and table 'tak' and if they are different do a 'show_alert'.
You could build a manual insert to apply the extra rows to the other table, but this is a SQL question, not a Forms question.
David
|
|
|