Re: copying data to hidden fields

2009-03-14 Thread Smelly Eddie
jsunquist As a rule of them you should not need to capture or store any value more than once. Redundant data leads to problems in data integrity. (eg when something changes, how may places must it be changed?) If it is a separate model/table/form, I suggest using relationship to reference one f

Re: copying data to hidden fields

2009-03-13 Thread brian
On Fri, Mar 13, 2009 at 11:10 AM, jsundquist wrote: > > I am currently working on an application that I am in need of > populating fields with data that users are entering data into. > However I would like to just copy that text from the field they are > entering text into into the database field

copying data to hidden fields

2009-03-13 Thread jsundquist
I am currently working on an application that I am in need of populating fields with data that users are entering data into. However I would like to just copy that text from the field they are entering text into into the database field that I have instead of making them type the data in twice. Is