Submit to SQl using Custom Code

B

BFSmith

I can't figure out the syntax for this...any examples?
(Trying to retain programatically filled fields' data after a submit - they
dissappear!)
 
B

BFSmith

I have seen this peviously...I am using javscript though...can you re-code
that in js?

Also-does it handle updates as well as inserts?

Also-I have 2 tables in the main data source...master/detail type
relationship (but I have NOT used the master/detail control on the form)...do
I have to handle each field/table specifically in the code?

I have'nt been able to find a single example of this code using js...
 
Top