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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Check Box to show on a report



 
 
Thread Tools Display Modes
  #1  
Old August 27th, 2006, 07:00 PM posted to microsoft.public.access.forms
SeanE
external usenet poster
 
Posts: 10
Default Check Box to show on a report

I have 2 question here the first is i have a form of purchase order numbers
that i filter to find, i have a check box against them, for me to "tick" to
show the order has been sent, how do i link the "tick" box to each PO.
Also once "ticked" i need this tick to show on a report that shows all the
orders in a list and all orders that have been sent.
Thanks
Sean
  #2  
Old August 27th, 2006, 08:41 PM posted to microsoft.public.access.forms
Wayne-I-M
external usenet poster
 
Posts: 3,674
Default Check Box to show on a report

Hi Sean

how do i link the "tick" box to each PO.


You could place a Yes/No field in the table storing the Purchase Orders.
When check on you form the data would be stored in the table.


Also once "ticked" i need this tick to show on a report that shows all the
orders in a list and all orders that have been sent.


Insert the Yes/No field into your report. To have a list of sent orders and
a list of unsent you can use the Sorting and Grouping option. You could
alsouse this same option to show a group footer into which you could place
the totals for each group.
If you don't like the checkbox you could set it's visibility to No and
insert an unbound textbox and use this is it's control source
=IIf([CheckBoxName]=-1,"Order Sent","Order Not Sent")

Hope this helps

--
Wayne
Manchester, England.
Enjoy whatever it is you do


"SeanE" wrote:

I have 2 question here the first is i have a form of purchase order numbers
that i filter to find, i have a check box against them, for me to "tick" to
show the order has been sent, how do i link the "tick" box to each PO.
Also once "ticked" i need this tick to show on a report that shows all the
orders in a list and all orders that have been sent.
Thanks
Sean

 




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


All times are GMT +1. The time now is 09:43 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.