Microsoft Access Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft Access Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #31  
Old July 18th, 2009, 01:02 AM
June7 June7 is offline
Contributing User
Click here for more information.
 
Join Date: Apr 2009
Location: The Great Land
Posts: 535 June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Week 13 h 47 m 11 sec
Reputation Power: 124
Use AA"-"AAA;0;_ as the mask. The 0 indicates to retain punctuation, in this case the '-'. The '_' is a placeholder to give a visual indicator of how many characters to enter. If you want to limit the characters to numbers use 00"-"000;0;_

Check this link for info on input mask:
http://office.microsoft.com/en-us/access/HP051875501033.aspx

Not really understanding what you are looking for in the report. If you don't want data grouped by employee then just delete that group header. Data will then be grouped by Current and Pending with categories under each and projects listed in each category. What hierarchy of grouping do you want?

Last edited by June7 : July 18th, 2009 at 01:05 AM.

Reply With Quote
  #32  
Old July 22nd, 2009, 08:28 PM
castellano castellano is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2009
Posts: 19 castellano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 8 m 59 sec
Reputation Power: 0
Thumbs up

Where I want to set the input mask AA"-"AAA;0;_ the control source is:
=[ProjectID] & " / " & [ProjectTitle]
I think that this is why the input mask is not working, I only see
Project ID/Title: 04563 / Las cascada de Aguadilla.

The other that happen is with the Effort totals in the Report. I cant do this by subtotal to each category.
what I doing to create the subtotals by category is to use the control source property to see if I can change the formula =Sum([Effort]) to this
=Sum([CategoryAcademic]) but those not work and give a mismatch error.

Is effective changing Effort totals to subtotals by category something like this
Start End Academi Calendar Summer
Employee: Pagan, Joseph
Status: Pending
Project ID/Title: 04373 / Cielo azul 03-Jul-09 27-Aug-10 60%
Project ID/Title: 03293 / Los alcances 16-Jul-09 31-Jul-09 40%
Project ID/Title: 01983 / Las americas 25-Nov-09 19-Feb-10 60%
Project ID/Title: 04656 / Salsa Buena 17-Oct-09 26-Jun-10 50%
SubTotals 110% 60 40

Reply With Quote
  #33  
Old July 23rd, 2009, 01:36 PM
June7 June7 is offline
Contributing User
Click here for more information.
 
Join Date: Apr 2009
Location: The Great Land
Posts: 535 June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Week 13 h 47 m 11 sec
Reputation Power: 124
Question

It is meaningless to use an input mask in a report textbox which is where you seem to be doing because that is where the expression you show is. Use the input mask in the textbox for the FileNumber on the Projects data entry form. You will have to edit values already saved to the table.

I will take another look at the reporting as you describe and see if I can figure it out this weekend. Still looks like simply grouping/sorting just in different arrangement.

Reply With Quote
  #34  
Old July 26th, 2009, 12:52 AM
June7 June7 is offline
Contributing User
Click here for more information.
 
Join Date: Apr 2009
Location: The Great Land
Posts: 535 June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Week 13 h 47 m 11 sec
Reputation Power: 124
New version of project at:
http://www.box.net/shared/vymzj4116f

I modified Projects data entry form to show the input mask.

Created a new report which involved changing the grouping and adding some textboxes with expressions to sum category using an Iif statement. You had the right idea about the Sum calc, just not the right syntax.

Discovered I had accidentally changed fields from text to memo, not good, sorry about that.

Reply With Quote
  #35  
Old July 28th, 2009, 10:52 PM
castellano castellano is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2009
Posts: 19 castellano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 8 m 59 sec
Reputation Power: 0
Thumbs up

June7 how you add "-" to the file number in the report .I cant do that
Here is my dummy of the project that you create.When you have time see why i can add the "-" to the report. Or how i add this to the file number in the report.
http://www.4shared.com/file/121396882/a1e74d05/Database_Time_and_Effort_dummy1.html

Thanks 4all

Reply With Quote
  #36  
Old July 29th, 2009, 02:20 PM
June7 June7 is offline
Contributing User
Click here for more information.
 
Join Date: Apr 2009
Location: The Great Land
Posts: 535 June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level)June7 User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Week 13 h 47 m 11 sec
Reputation Power: 124
Did you edit the file number values saved before implementing the input mask? You will have to manually edit each record to add the '-' to those file numbers saved before started using the input mask.

Reply With Quote
  #37  
Old August 7th, 2009, 12:25 AM
castellano castellano is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2009
Posts: 19 castellano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 8 m 59 sec
Reputation Power: 0
Arrow Closing.....

Thanks June 7 you are a great.

Closing........resolved......

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft Access Help > Calculated and send to totals. Question


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek