Split database (1 Viewer)

nancy54

Registered User.
Local time
Today, 09:32
Joined
Jun 19, 2018
Messages
49
Hello,
I am trying to split a database, but I am getting a message 'Subscript out of Range.' The _be copies in the remote location, but the tables remain in tact in the database.

Thanks, Nancy
 

isladogs

MVP / VIP
Local time
Today, 14:32
Joined
Jan 14, 2017
Messages
18,216
You may have some number fields that have reached the integer limit - approx 35500 IIRC. Change to long integer
 

shadow9449

Registered User.
Local time
Today, 09:32
Joined
Mar 5, 2004
Messages
1,037
Hello,
... The _be copies in the remote location, but the tables remain in tact in the database.

Nancy:

What do you mean by "remote location"? Is it on a server connected to the client computer on a LAN or literally a computer that is offsite?
 

nancy54

Registered User.
Local time
Today, 09:32
Joined
Jun 19, 2018
Messages
49
I am saving it to a different drive on the same server.
 

nancy54

Registered User.
Local time
Today, 09:32
Joined
Jun 19, 2018
Messages
49
I now realize that the linked tables for the Subdatasheet and dropdown boxes did not get copied to the back end. I guess I have to reestablish these after I do the manual split??
Nancy
 

CJ_London

Super Moderator
Staff member
Local time
Today, 14:32
Joined
Feb 19, 2013
Messages
16,607
yes, but generally subdatasheets are not a good thing to do if you want a decent performance
 

Users who are viewing this thread

Top Bottom