A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Option Group to reports



 
 
Thread Tools Display Modes
  #1  
Old January 17th, 2005, 07:26 PM
external usenet poster
 
Posts: n/a
Default Option Group to reports

I have a query based form with the unbound ComboBox Customer Name and
other bound fields from joined tables. I would like to add a option
group with several choices like First Notice, Second Notice, Final
Notice.

For each Customer Name, I can select a Option Box choice like First
Notice and the move to the next
Customer Name and make a new Option Group selection, like Final Notice.


At the end of the session, I would like to use a command button to
print the First Notice, Final Notice reports for each Customer Name
which was assigned a Option Group selection.

I don't need to keep track of the Option Group selection after I print
the reports.

I have not been able to determine how to have the option group
selection associated with each customer name recorded until the session
is finished and the reports printed.

Thanks,

  #3  
Old January 17th, 2005, 10:48 PM
external usenet poster
 
Posts: n/a
Default

Is there a way to do this without adding a field to the underlying
table? Perhaps adding a field to the query?

Thanks

fredg wrote:
On 17 Jan 2005 11:26:00 -0800, wrote:

I have a query based form with the unbound ComboBox Customer Name

and
other bound fields from joined tables. I would like to add a option
group with several choices like First Notice, Second Notice, Final
Notice.

For each Customer Name, I can select a Option Box choice like First
Notice and the move to the next
Customer Name and make a new Option Group selection, like Final

Notice.

At the end of the session, I would like to use a command button to
print the First Notice, Final Notice reports for each Customer Name
which was assigned a Option Group selection.

I don't need to keep track of the Option Group selection after I

print
the reports.

I have not been able to determine how to have the option group
selection associated with each customer name recorded until the

session
is finished and the reports printed.

Thanks,


Simply add a new field to your underlying table.
Set the Field datatype to number, Field Size integer.

Add it to your query, then add an Option Group with 3 options, bound
to this new field, to the form.

When you select an option for each record, it's value will be stored
in the table.
To print reports showing just the option entered, you would set the
query criteria for that field to:
1 (or the value you chose for that option).

--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.


 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax needed to get needed reports Frank Lueder New Users 15 January 6th, 2005 08:39 AM
Option group not working MarkB Using Forms 8 December 30th, 2004 07:33 PM
Option Group CK Using Forms 4 October 31st, 2004 07:32 AM
Unbound option group writing text values... Davie P Using Forms 5 August 12th, 2004 03:49 PM
Like Option group Matt Using Forms 0 May 25th, 2004 08:16 PM


All times are GMT +1. The time now is 10:25 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.