Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Form wont build after replication is set up

Status
Not open for further replies.

EmployedAgain

Programmer
Joined
Jun 8, 2004
Messages
11
Location
US
I have a database that builds a dynamic form through code every time it is needed. It worked great until replication was set up (using the built in replication wizard). Now it errors out when creating the dynamic form and setting the .hasmodule property. I assume it doesnt allow new forms in a replica copy and thats why this is happening? If so, is there any way around this or am I going to have to code my own replication-like process?

The master DB will not have changes done to it so I wouldnt have to worry about conflicts. It "should" just be an import process, assigning new primary keys to the imported records and updating the related records foreign keys. They just need all the data off the laptops they take out to do the testing to dump the data into one main db for analysis.
TIA
Bev

TIA
B
 
Split the DB and replicate only Tables.
 
Ah I hadnt thought of that! I dont generally use either of those features but that should work, Thanks! I'll give it a shot.

TIA
B
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top