ScottCybak
(Inactive)
Windsor, Ontario, Canada
| Real Name: |
ScottCybak [Unspecified]
|
| Joined: |
Feb 2001 (12 years ago) |
| Visits: | 68 |
| Member Points: | 116 |
|
|
|
Email Not Verified!
Once email is verified, we will review and approve the account.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Message Boards Activity64 posts. |
|
Thread 6 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  ScottCybak | Re: Prestwood name changeI missed this thread a while ago - but if it's worth anything, i thought the previously mentioned "Psst" was great! |
 2 Hits |  PrestwoodBoards | |
Thread 5 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  Mike Prestwood | Prestwood name changeWe're thinking about changing the name of our company from Prestwood Software & Consulting to just Prestwood Software.  The original thought behind the longer name was that we wanted everyone to be able to identify by our name that we are a consulting firm and software maker. The reason we're thinking about shortening it is because it is shorter.  Prestwood Software & Consulting is harder say, longer to write, etc. So the central question is, "Is the '&Consulting' required?", , Any thoughts?   ScottCybak | I missed this thread a while ago - but if it's worth anything, i thought the previously mentioned "Psst" was great! |
|
 1821 Hits |  PrestwoodBoards | |
Thread 4 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  ScottCybak | Re: Memory UsageAre they actual scaled down images or is the app resizing the full images down - the filesize alone of some large .bmp files can easily be > 1mb. |
 2 Hits |  PrestwoodBoards | |
Thread 3 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  ScottCybak | Re: counts on group level items in Access 2000If you add the expression:, , =count(PersonField), , in the person fields grouping footer, it will relay the proper results despite of the number records in the detail section., , Note that this will only work if your database is normalized properly - if all of these fields belong to one table then you will need to use a query like jd described. |
 2 Hits |  Microsoft Access | |
Thread 2 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  tc | counts on group level items in Access 2000I have a report grouped by state,location, and person. Each person may have more than 1 record. How do I count the number of people at a location? If I do a count on the persons id field which is in that group header it still counts their detail records. So if I have 3 records, two belonging to John Smith, and one to Martha Helms inside of a location, I get a count of 3 people, even though there were only 2. Help (I am sure I am missing something easy)  ScottCybak | If you add the expression:, , =count(PersonField), , in the person fields grouping footer, it will relay the proper results despite of the number records in the detail section., , Note that this will only work if your database is normalized properly - if all of these fields belong to one table then you will need to use a query like jd described. |
|
 1086 Hits |  Microsoft Access | |
Thread 1 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  ScottCybak | Re: Input Mask limitationOn the table level, this is not possible using only a single field to record the IP.. you could use 3 fields and validate >=0 and <= 255, , On form level, it would be a small check onAfterUpdate of the field.. grab each number (since they're seperated by .'s), and validate.. accept only a correct value. This of course would require a moderate knowloedge of vba., , If you're new to access, split it into 3 fields, it won't clout the db and since it's an IP, won't violate any of the rules of norm., , HTH |
 2 Hits |  Microsoft Access | |
|
|