User Profile

Collapse

Profile Sidebar

Collapse
slynn
slynn
Last Activity: Oct 1 '08, 04:18 PM
Joined: Sep 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • slynn
    replied to Testing for exclusive access
    Works perfectly. Thanks!...
    See more | Go to post

    Leave a comment:


  • slynn
    started a topic Testing for exclusive access

    Testing for exclusive access

    I have a database thats is used by about 20 people. I want the first person in that database to run a series of Macros. Is there an easy way to tell if they are the only one in the database?

    Thanks.
    See more | Go to post

  • slynn
    replied to Custom functions in the criteria of a query
    Ok, figured it out... It appears that Access does not allow functions in the criteria. So I switched it around a bit and put the function in the select area and had the fuction return a "Y" or a "N" and then in the criteria put ia "Y" or "N" to only return the records that I wanted.

    Here is the query:
    Code:
    SELECT tblpermit.permitlevel, tblpermit.permitusername
    FROM tblpermit
    ...
    See more | Go to post

    Leave a comment:


  • slynn
    replied to Custom functions in the criteria of a query
    Nothing...Just blank. No records....
    See more | Go to post

    Leave a comment:


  • slynn
    started a topic Custom functions in the criteria of a query

    Custom functions in the criteria of a query

    I am trying to build a query which will uses a custom function as criteria. I have searched the forums and found nothing, so either it can't be done or I am just missing something simple.

    The function code returns the information I want, but it doesn't come back to the query properly.

    my query (which returns no records)
    Code:
    SELECT tblpermit.permitlevel, tblpermit.permitusername
    FROM tblpermit
    ...
    See more | Go to post
No activity results to display
Show More
Working...