Hello
I have a Employee Table with 100 record. The Fields in that table are:
Name(Text)
Emp Number(Number)
Phone(Number)
I create a new Employee Table and I add some new fiels like
Current Status (Yes/No)
Emergency Phone(Number)
Now my Employee Table looks like this:
Name (Text)
Emp Number (Number)
Phone(Number)
Current Status (Yes/No)
Emergency Phone(Number)
How can I transfer all the original Employee Table and add those 100 record without loose any data. I set the Current Status Yes by Default.
If the new Emergency Phone field come blank its not a problem.
I try with txt file But Receive error. HELP PLS
I have a Employee Table with 100 record. The Fields in that table are:
Name(Text)
Emp Number(Number)
Phone(Number)
I create a new Employee Table and I add some new fiels like
Current Status (Yes/No)
Emergency Phone(Number)
Now my Employee Table looks like this:
Name (Text)
Emp Number (Number)
Phone(Number)
Current Status (Yes/No)
Emergency Phone(Number)
How can I transfer all the original Employee Table and add those 100 record without loose any data. I set the Current Status Yes by Default.
If the new Emergency Phone field come blank its not a problem.
I try with txt file But Receive error. HELP PLS