J joeKra Registered User. Local time Today, 14:51 Joined Jan 24, 2012 Messages 208 Jun 9, 2013 #1 Hi, i would like to know if someone can guide me or there is some tool to get a list of table and field differences when comparing 2 databases thanks,
Hi, i would like to know if someone can guide me or there is some tool to get a list of table and field differences when comparing 2 databases thanks,
P Pat Hartman Super Moderator Staff member Local time Today, 14:51 Joined Feb 19, 2002 Messages 47,285 Jun 9, 2013 #2 www.fmsinc.com Has a number of useful tools including a compare utility.
W way2bord Registered User. Local time Today, 11:51 Joined Feb 8, 2013 Messages 177 Jun 10, 2013 #3 Alternatively, you can run a quick VBA script-loop checking currentdb.tabledefs. Pseudocode: chktbl = table to check chkfld = field in chktbl to check For each table for each field in table does field = chktbl.chkfld - do stuff next next
Alternatively, you can run a quick VBA script-loop checking currentdb.tabledefs. Pseudocode: chktbl = table to check chkfld = field in chktbl to check For each table for each field in table does field = chktbl.chkfld - do stuff next next
T Television Registered User. Local time Today, 21:51 Joined May 15, 2013 Messages 31 Jun 11, 2013 #4 way2bord said: Alternatively, you can run a quick VBA script-loop checking currentdb.tabledefs. Pseudocode: chktbl = table to check chkfld = field in chktbl to check For each table for each field in table does field = chktbl.chkfld - do stuff next next Click to expand... I have similar problem. Could you give sample of actual code? Thank you!
way2bord said: Alternatively, you can run a quick VBA script-loop checking currentdb.tabledefs. Pseudocode: chktbl = table to check chkfld = field in chktbl to check For each table for each field in table does field = chktbl.chkfld - do stuff next next Click to expand... I have similar problem. Could you give sample of actual code? Thank you!
jdraw Super Moderator Staff member Local time Today, 14:51 Joined Jan 23, 2006 Messages 15,555 Jun 11, 2013 #5 Bob Larson has a utility, but his site seems to down??? Bob is a frequent poster here, you may be able to send him a PM and get a copy of his code. Note: Site seems to be available now June 13, 2013 Database merge analysis tool http://www.btabdevelopment.com/ts/freetools Last edited: Jun 13, 2013
Bob Larson has a utility, but his site seems to down??? Bob is a frequent poster here, you may be able to send him a PM and get a copy of his code. Note: Site seems to be available now June 13, 2013 Database merge analysis tool http://www.btabdevelopment.com/ts/freetools