How can I take a form I made that used one query, one database, and transport it to use about 15 databases, and a different query, but with the same info in the query and tables? Thanks!!!
One Query, One Form, about 15 databases
Collapse
X
-
Originally posted by ChaseCoxHow can I take a form I made that used one query, one database, and transport it to use about 15 databases, and a different query, but with the same info in the query and tables? Thanks!!!
Just remember if any of the fieldnames are different, missing, etc. you will have a problem.
MaryComment
-
Originally posted by mmccarthyChase I'm not sure what you mean about 'use' 15 databases. If you just mean you want to use this form in each of them then export the form to the database and in the new database in form design view change the Record Source property of the form to the new query.
Just remember if any of the fieldnames are different, missing, etc. you will have a problem.Comment
Comment