Change of Form Name.....

Hi all,

Here, a great issue i have encountered recently.

I have created a table “tbl_table1” and a form “Frm_table1” basing on the specified table and used this form throughout my application to build out the logic.

Now, I changed the Table Name to “tbl_table2” and Form Name to “Frm_table2”. But, It is not working at all.

So, will i go through each and every code and change the Form Name all through the application or is there any other way to do the same?

You have to also change the table name your form is based on. So in that form, look for the property “table” (name?) and enter “tbl_table2”.