Column u_asset_liability already exists in this table or a table extended from it

sukran
Mega Sage

Error like - Column u_asset_liability already exists in this table or a table extended from it

How to create this column   in computer table? This asset liability is n other table hardware but not display in computer table

find_real_file.png

1 ACCEPTED SOLUTION

Jace Benson
Mega Sage

I'd do a dictionary search for that column name.   I've never seen that come up erroneously.



If it's on a parent table, well, the column exists for this table then.


If it's on a child table, well, then you'll have to either make a new column name on computer, move the data that exists in the desired name to the temp. column name, delete the child table column you want to use, make the column name on computer, and move data from temp. column name to desired name.


View solution in original post

5 REPLIES 5