PC Review


Reply
Thread Tools Rate Thread

Combine/Merge Several Forms into one Form

 
 
RichW
Guest
Posts: n/a
 
      14th Sep 2009
I have several forms that are identical in structure, but display different
data; these forms are named frmGoals1, frmGoals2, and so on.

I also have a form that has check boxes tied to each of the above named
forms. A user selects the forms he/she wishes to review then clicks a
command button. The forms are then displayed.

I wish to learn if it is possible to have all "selected" forms merge into a
single form; each form would retain its structure and data but be combined
into a single form.

Please advise.
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      14th Sep 2009
Forms are strictly windows to data.

If you already have a form, all you need do is change the RecordSource for
the form. Create a query that UNIONs the various tables together, and set
the form's RecordSource to the name of that query. Of course, a UNION query
is not updatable. If you need to be able to update data, you're going to be
out of luck.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"RichW" <(E-Mail Removed)> wrote in message
news:6CC49C36-4CDB-474A-915C-(E-Mail Removed)...
>I have several forms that are identical in structure, but display different
> data; these forms are named frmGoals1, frmGoals2, and so on.
>
> I also have a form that has check boxes tied to each of the above named
> forms. A user selects the forms he/she wishes to review then clicks a
> command button. The forms are then displayed.
>
> I wish to learn if it is possible to have all "selected" forms merge into
> a
> single form; each form would retain its structure and data but be combined
> into a single form.
>
> Please advise.



 
Reply With Quote
 
RichW
Guest
Posts: n/a
 
      14th Sep 2009
Doug, thanks for such a quick and informative reply. Unfortunately, the
information basically shelves my first intent of being able to update the
data.

With my previous message in mind, would I be able to have all "selected"
forms merge into a single report?

Thanks again,
Rich
 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      14th Sep 2009
Previously you asked about merging selected forms into a single form: now
you're asking about a single report.

If you really meant single form, the answer's no (unless each of the
separate forms are drawing data from the same table).

if you did mean single report, I'm not sure what the issue is, since reports
aren't intended to be used for updating.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"RichW" <(E-Mail Removed)> wrote in message
news:E4F8F813-9B9A-41F1-ACE0-(E-Mail Removed)...
> Doug, thanks for such a quick and informative reply. Unfortunately, the
> information basically shelves my first intent of being able to update the
> data.
>
> With my previous message in mind, would I be able to have all "selected"
> forms merge into a single report?
>
> Thanks again,
> Rich



 
Reply With Quote
 
RichW
Guest
Posts: n/a
 
      14th Sep 2009
Doug, yes, you are correct.

My first message asked if it was possible to merge selected forms into a
single form. In response, you advised that this was not possible if I
planned to update that data.

Your response caused me to wonder if it would be better to merge selected
forms into a report, instead of a single form. Updating would still not be
possible, but the database may be a bit cleaner?

Your comments would be appreciated.

Thank you,
Rich
 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      14th Sep 2009
You'd be best off having a query that returned all the records of interest
(which means a UNION query if the data's in multiple tables) and use that
query as the RecordSource for a single report.

Yours sounds like a fairly unusual requirement, and suggests to me that your
database may not be designed optimally.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"RichW" <(E-Mail Removed)> wrote in message
news2F21651-7C25-48AE-ABBB-(E-Mail Removed)...
> Doug, yes, you are correct.
>
> My first message asked if it was possible to merge selected forms into a
> single form. In response, you advised that this was not possible if I
> planned to update that data.
>
> Your response caused me to wonder if it would be better to merge selected
> forms into a report, instead of a single form. Updating would still not
> be
> possible, but the database may be a bit cleaner?
>
> Your comments would be appreciated.
>
> Thank you,
> Rich



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data in Access; Form in Excel - can I use mail merge to combine? Deborah Microsoft Excel Misc 1 18th Aug 2009 01:17 AM
Combine or merge 2 calendars? Bob Microsoft Outlook Calendar 1 31st Mar 2008 08:03 AM
Merge the forms for Super Easy Word Merge =?Utf-8?B?Q1c=?= Microsoft Access 3 16th Sep 2006 04:05 AM
How to Combine or Merge Columns? Shani Microsoft Excel Programming 1 24th May 2006 04:06 PM
MS FORMS - How do you mail merge into a password protected form? =?Utf-8?B?QW5kcmV3IExsb3lk?= Microsoft Word Document Management 2 7th Oct 2005 09:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:33 PM.