Results 1 to 3 of 3
  1. #1
    najathsl is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    6

    Question How to send a VAR to table on save - Please help me URGENT

    Hi Guys,



    I have a VBA module with a PUBLIC Variable "STR_VAR" to save the user ID to table on every Transaction,

    can any one please tell me how to send my VBA variable to table on auto save of a form.

    please guys, sorry if this topic is already being covered in the forum.

    Kind Regards
    Najath

  2. #2
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,043
    Hi,

    you can write a function to retrieve the variable, and then, for example write in the before update event of the form:

    me.txtUserID = MyRetrievalFunction()

  3. #3
    najathsl is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    6

    Thanks.. i am trying ..but i am lost

    Hi,

    Thanks alot for your reply, i am trying but still i am lost.

    Najath

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Send Object to addresses in table
    By cm-net in forum Access
    Replies: 1
    Last Post: 04-26-2010, 02:36 PM
  2. Replies: 2
    Last Post: 12-19-2009, 09:38 AM
  3. Query to run from a FORM VERY URGENT
    By prag in forum Forms
    Replies: 14
    Last Post: 10-08-2009, 01:51 PM
  4. Concatenation Urgent Help
    By Shoaib in forum Queries
    Replies: 0
    Last Post: 04-23-2009, 11:02 PM
  5. I need help! Urgent! :(
    By Suzan in forum Database Design
    Replies: 0
    Last Post: 04-08-2006, 11:58 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums