I need to create many forms that will have similar fields. each form being connected to a different data source. For example:
Form A is connected to database table A which has Code, Name, Description and Note
Form B is connected to database table B which has Code, Name, Description, Note and Value X and Value Y.
and so on...
I want each of my forms to look the same, in that each should have the label and field for Code in exactly the same place, label and field for Name in the same place, label and field for Description in the same place, etc. Fields that are different will be placed and aligned in a similar fashion.
I thought I could create Form A, connected to Table A, save it, then do a "save as" to make a copy of Form A, as Form B, change the data source to Table B and add the new or changed fields. (Like I could do in many other applications, e.g., Word, Crystal reports, Photoshop, etc.)
I have about 20 of these.
Can this be done? When I use "save as" if VisualStudio just renames my existing form and doesn't duplicate it.
Thanks for your help!
Meryl
Form A is connected to database table A which has Code, Name, Description and Note
Form B is connected to database table B which has Code, Name, Description, Note and Value X and Value Y.
and so on...
I want each of my forms to look the same, in that each should have the label and field for Code in exactly the same place, label and field for Name in the same place, label and field for Description in the same place, etc. Fields that are different will be placed and aligned in a similar fashion.
I thought I could create Form A, connected to Table A, save it, then do a "save as" to make a copy of Form A, as Form B, change the data source to Table B and add the new or changed fields. (Like I could do in many other applications, e.g., Word, Crystal reports, Photoshop, etc.)
I have about 20 of these.
Can this be done? When I use "save as" if VisualStudio just renames my existing form and doesn't duplicate it.
Thanks for your help!
Meryl