For dos you can unload the data from the sys_forms table and load it into
the other database.

connect firstdatabase
out sysdata.dat
unload data from sys_forms where sys_form_name8 = 'formname' (the name of
the form)
(omit the where clause if you want to copy all the forms)
out screen
connect otherdatabase
run sysdata.dat

if you are using windows I would suggest using odbc. Attach sys_forms2 as
alias.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Farnsworth Midge D Contr 388 RANS
Sent: Tuesday, July 17, 2001 3:13 PM
To: '[EMAIL PROTECTED]'
Subject: Merging forms into one database


Using R:base 6.1a is it possible to merge forms from two different databases
into one database?  Both databases contain the same tables that the forms
are based on.

Reply via email to