This topic is locked

Want to add 3 txt fields perform action and save

10/28/2008 12:13:49 PM
ASPRunnerPro General questions
B
blee1 author

Can I add three text fields in place of one database field, perform a conversion to one number and save the one number?
First off how do I add the three text fields. to the add and edit page.

Then I want to add the code to the Function BeforeAdd?
Is this possible and is there an example along these lines?
Thanks!

J
Jane 10/31/2008

Hi,
use Before record added event on the Events tab for this purpose.

Here is just a sample:

dict("FieldName1") = dict("FieldName2") & " " & dict("FieldName3") & " " & dict("FieldName4")