G
Guest
I need to make three tables:
Main_Account (6 digits)
Sub_ACC_1 (7 digits)
Sub_ACC_2 (8 digits)
The main account number is also the first 6 digits of the subs.
Main_Account 123456
Sub_ACC_1 1234567 (last digit is always 7)
Sub_ACC_2 12345670 (last digit is always 0)
Can the Main_Account automatically fill the lower accounts? How?
Thank you
Main_Account (6 digits)
Sub_ACC_1 (7 digits)
Sub_ACC_2 (8 digits)
The main account number is also the first 6 digits of the subs.
Main_Account 123456
Sub_ACC_1 1234567 (last digit is always 7)
Sub_ACC_2 12345670 (last digit is always 0)
Can the Main_Account automatically fill the lower accounts? How?
Thank you