Hi. This is mainly a general question. On a form I have a section of it that has the address information (address, city, datagridview for display, checkboxes, etc) that is using a table in sql server. This table in the db is holding all the addresses for all companies, contacts, vendors, etc. And, yes, it is possible to use one table for it all. Have other tables doing the same. What my question is about is not having to recreate the wheel. Is it possible to do a mass copy of all the address controls from the one form and then paste them into the second form? If so, are there any gottcha's to worry about?
Thanks...John