Skip to Content
0
Former Member
Oct 22, 2012 at 02:43 PM

Create Field at Runtime

34 Views

Hi

I have one form with fields code & name . In Code values will be like this A01,A02,A03,A04 etc. I want to know is it possible when user adds the record then it should check in another table that Field name with the entered Code bu user exists or not , if it does not exists then it should add field with that Code in that table.

Suppose user entered A01 then it should check in another table that field with A01 exists or not , if it does not exist then it should created field with the name of A01 in that table.

Thanks