Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lmn
  • Content: Threads
  • Order by date
  1. lmn

    Dim rec As ADODB.Recordset - twice in EVENT procedure?

    Hi there, Below is code I have in an On Current Event item. I want it to run 2 SQL statements - one to see if they have an expired license and one to see if they have expired insurance. I can run it fine with just one of the statements, but it doesn't like when I have 2 statements. Am I...
  2. lmn

    Hand held devices to Access??

    Does anyone have an experience with using hand held devices (PDA or such) writing to an Access database? If yes, any recommendations on software. This is what it will be used for. Project Managers go to a site to close it out - the contractor doesn't get paid until all items are accounted for...
  3. lmn

    What is the best way to "share" a database across users

    Hello, Is there an uncomplicated way to share a database across users? I have used synchronization in the past and it's been a disaster. Is there a way to set this up without too much effort? Eventually they'd like 10-15 people using the database (most of them as read only) - but there are 2...
  4. lmn

    Convert text to number

    What is the protocol for converting text to a number. For survey purposes I have 1,2,3,4,5,N/A - so if it's a # - I convert it from text to the number and if it's N/A I make it null (for averaging) - but I'm not sure how to make the text format a number..... Anyone know this offhand?? :) Lisa
  5. lmn

    Changing hard coded SQL to always get current year - within IIf Statem

    I'm using the below statement to see if a record exists, and if it does - to mark it with an x. The first problem is that it's not marking it with an x - but Null or -1. I can work with this - all I want it to do is distinguish between the two. The real problem is that I hardcoded this report...
  6. lmn

    How do I calculate if a date range falls within a specific month

    Hello, I want to mark an X under the month if a project occurs during that given month. For example - say I have 3 vendors and 8 projects Start Dt End Dt Vendor A 01/01/03 05/04/03 Vendor A 02/03/03 02/04/03 Vendor A 04/01/03 12/01/03 Vendor B 01/05/03...
  7. lmn

    How would I code a date range that spans several months by month

    I am trying to figure out a workload report. If there are 3 projects: A: from 12/31/02 - 05/01/03 B: from 02/01/03 - 02/09/03 C: from 02/01/03 - 09/10/03 I want to show a workload report that shows each month and then indicates if that project is occuring within that month. How would I...
  8. lmn

    Ranking

    I have a query (SQL below) that ranks the surveys of projects against one another. What I want to do is write the query so that it ranks Bill's Development 4 projects (1, 2, 3 or 4) then it ranks Resource Systems Projects (1 or 2), etc..... What it's doing, however, is ranking all of the...
  9. lmn

    Refresh table in query to show new fields

    Is there a way - while in a query to refresh a table to display all the available fields? The "table" is actually a query I am using as a table in another query. I modified the first query to add a field for quarter and then went in to the new table and it doesn't show query in the...
  10. lmn

    How do I EXCLUDE N/A Answers when calculating scores

    Hello, I have several surveys - and they have between 10 and 15 questions each. On some of the surveys - only one question is applicable. Right now I count an N/A as if it were a yes, but if the vendor does bad on the only question that is applicable, it will still give them a high rating...
  11. lmn

    Limiting to 3 digits beyond decimal point in chart - not working!!!!!

    Hello - I have a chart in a report. I've changed the query - updated the chart and I have specified I want a # with 3 decimal points (sometimes it is that close in rankings). The darned report gives me 3 post decimal numbers for every number but one. This one wants to be 57.906667. The...
  12. lmn

    Charts in reports

    Is it safe to say that if one would want a very fancy -presentation style - report - with charts/graphs - that Access is not necessarily the place to go? The charts are very ugly (can't come up with another word). I have a report that looks heinous. I've added 2 subreports - one of which is...
  13. lmn

    Rotate Text

    Has anyone succeeded in using Lebans rotate text code? I've tried and tried and tried and it won't work. Is there another alternative - or a more user friendly one? I think it's great code - don't get me wrong - but set it up as I'm supposed to and it does nothing. What happens is that I...
  14. lmn

    IIf Statement - Above 55 = AT = 40-54 = OT and Below 39 = BT

    Why is this statement wrong? :( Expr1: IIf([Score]>=55,&quot;AT&quot;,&quot;&quot;) Or ([Score] Between 40 And 54,&quot;OT&quot;,&quot;&quot;) Or ([Score]<40,&quot;BT&quot;,&quot;&quot;) I'm trying - in one column - to determine if a score is Above Target, On Target or Below Target. I...
  15. lmn

    Ranking Records in query - can I get it to say BEST and WORST?

    Hello, I have a query that ranks records and I'd like it to say BEST for the highest and WORST for the lowest. If I had a set # of vendors - I could always say that the Rank of 1 = BEST and the Rank of - let's say - 12 was the WORST - but one quarter I may have 12 and the next quarter I may...
  16. lmn

    In a query - 0/0 = #Error - HELP

    I have a customer who wants to what they call &quot;normalize&quot; data - i.e. - if a vendor has 100 projects - they are more likely to fail so they scale the average survey score to reflect that. To do this I have to create like 4 queries (so far). What he did in Excel was take the Score...
  17. lmn

    Sending current object in email directly from form

    Below is a copy of 2 different statements - that - if combined - would do exactly what I want. The first one will look at the Project Manager and create an email (but with no attachment). The second one will take the document I want - put it in the SNP format like I want - but not populate the...
  18. lmn

    What is proper statement to retrieve current year

    Mind burp. I have a report where I want to hard code that the query returns only data from the current year.....I have created a date part statement and then I'm sure I have to put something in criteria equivalent to the Now() statement... How do I do this? I feel like an idiot for not...
  19. lmn

    Why is Access rounding up my numbers!?

    Hello, I have a table where I enter bid information - per square foot. Sometimes the difference between a winning bid and a losing bid is 2 cents. For example, a winning bid may be $17.02 per square foot and the losing bid is $17.04 per square foot. When I enter this information into access...
  20. lmn

    Compacting database beyond Compact &amp; Repair command

    Hello, I sometimes like to take my work home with me and send the MDB file to my home account via email. Now the database is 15MB and it zips to almost 4 MB which is too large for my mail programs to accept. Is there a better way to compress the database even further? My biggest table has...

Part and Inventory Search

Back
Top