User Profile

Collapse

Profile Sidebar

Collapse
zadkiel
zadkiel
Last Activity: Oct 29 '07, 09:03 AM
Joined: Jun 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Perform Audit Trail in Access to Record Changes via Query

    Hi all!
    Recently i need to urgently perform an audit trail for my newly built system. I have gone thru many threads about using trackchanges() function at beforeupdate to record the changes made in the form. However this method works well only when the changes is made directly thru forms.

    In my system, user can make the changes either by entering data directly or through clicking buttons with queries, how can i also track the...
    See more | Go to post

  • zadkiel
    started a topic How to use input paramters in query again in macro

    How to use input paramters in query again in macro

    Dear all,

    I have a delete query for users to delete a specific period of data. the SQL of the query is:

    DELETE [TRADE].[TRADE_DATE]
    FROM TRADE
    WHERE ((([TRADE].[TRADE_DATE]) Between [Enter a specific start date (dd/mm/yyyy)] And [Enter a specific end date (dd/mm/yyyy)]));


    And I want to use macro to display a msgbox to let user to confirm the date he has entered, I create the condition...
    See more | Go to post

  • zadkiel
    replied to Extract string before integer
    oh I changed
    intStringCursor = 5
    then it works PERFECTLY WELL!!!!

    THANKS A LOT!!!!!!!!!!...
    See more | Go to post

    Leave a comment:


  • zadkiel
    replied to Extract string before integer
    Thanks a lot but the result comes in this way:

    FT
    FT

    it only captures FT...Frustrated...
    See more | Go to post

    Leave a comment:


  • zadkiel
    replied to Extract string before integer
    Extract Substrings in Strings before other datatypes

    hi all

    I got a urgent problem in my job.

    the sample data as follows:

    FT="EXERPRI:$68 .88/10W*BB9505-28765710"
    FT="MEETON6/3/07FOR

    What I need is to extract the string after the quote and before any punctuation or integer so my outcome can be like this:

    EXERPRI
    MEETON
    ...
    See more | Go to post

    Leave a comment:


  • zadkiel
    started a topic Extract string before integer

    Extract string before integer

    hi all.

    I got a urgent problem in my job.

    the sample data as follows:

    FT="EXERPRI:$68 .88/10W*BB9505-28765710"
    FT="MEETON6/3/07FOR

    What I need is to extract the string after the quote and before any punctuation or integer so my outcome can be like this:

    EXERPRI
    MEETON

    I use the SQL query as follows

    SELECT Left([freetext],InStr([freetext],isnumeric())-1)...
    See more | Go to post
No activity results to display
Show More
Working...