User Profile

Collapse

Profile Sidebar

Collapse
longmanm
longmanm
Last Activity: Jan 6 '09, 01:00 PM
Joined: Dec 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • longmanm
    started a topic Concurrent access

    Concurrent access

    I am having problems allowing concurrent access to a database I have created. I have set up tools-options-advanced default open mode to sharing and with no locks. The database is found on a network drive. Can anybody explain how to resolve my issue.
    See more | Go to post

  • longmanm
    replied to Count if query in access 2003
    Thats it,

    thankyou so much msquared i was beginning to tear my hair out thought i had tried every conceivable option. I had tried using the like operator previously in the criteria of the query.
    thanks again
    See more | Go to post

    Leave a comment:


  • longmanm
    replied to Count if query in access 2003
    SELECT Sum(IIf([Scan in Barcode]="HA2*",1,0) ) AS Expr2, Sum(IIf([Scan in Barcode]="ABR*",1,0) ) AS Expr4
    FROM [Tran Scan In];
    See more | Go to post

    Leave a comment:


  • longmanm
    replied to Count if query in access 2003
    quotes don't appear to make a difference i still get 0 for both queries.
    See more | Go to post

    Leave a comment:


  • longmanm
    replied to Count if query in access 2003
    Have changed expression to include sum and still get duplication from the first column.

    Query Example:

    Column 1:
    RHP: Sum(Iif("[Scan in]"="RHP*",1, 0)) returns a value of 0 which is correct

    Column 2:
    HAS: Sum(Iif("[Scan in]"="HA2*",1, 0)) returns a value of 0, should be 3

    Please help!
    See more | Go to post

    Leave a comment:


  • longmanm
    started a topic Count if query in access 2003

    Count if query in access 2003

    I realise there isn't a direct replacement of countif for excel in access but I am struggling to get aggregate functions to work for me in access 2003 queries. I am creating a stock management db, where I scan stock in (scan in table) and scan it out (scan out table) as it is used. Each product has a unique prefix which i want to use as a criteria to search and count both tables and then a simple calculation is required to find current stock....
    See more | Go to post
No activity results to display
Show More
Working...