Form submit question

G

Guest

With DRW I created a form from the following statement
update data set
projdesc='::projdesc::',
part='::part::',
projentry='::projentry::',
projact='::projact::',
where projgen='::projgen::'
Can I get the form only to update the database when information is typed
into a particular field. Now if I wanted to update the part field I would
have to fill in the rest of the fields before hitting submit or the database
record would be blank for those other fields.
Maybe there is a smarter way to do this

Thanks, for the help
-Greg
 
S

Stefan B Rusynko

What you should be doing is populating the form fields with the existing record values and then editing that form
- that way fields not changed will get written back as they were

You should use the DIW, not just the DRW
See http://support.microsoft.com/default.aspx?scid=kb;en-us;825502 and
http://www.frontpagehowto.com/fp2002/fp2002dbinterface_files/frame.htm
--




| With DRW I created a form from the following statement
| update data set
| projdesc='::projdesc::',
| part='::part::',
| projentry='::projentry::',
| projact='::projact::',
| where projgen='::projgen::'
| Can I get the form only to update the database when information is typed
| into a particular field. Now if I wanted to update the part field I would
| have to fill in the rest of the fields before hitting submit or the database
| record would be blank for those other fields.
| Maybe there is a smarter way to do this
|
| Thanks, for the help
| -Greg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Form Auto Submit? 1
Submit form over mutliple web pages 1
Submit form without button 2
DBR Form 1
Form Results 4
Protect of Hide field in form 2
Submit Button problem 3
On Submit Validation 1

Top