Results 1 to 2 of 2
  1. #1
    dada is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    40

    can i put the result in array?

    i have this code:

    strSQL = "Select * From Transaction Where TimeIn=#" & Me.cTime & "# And EntryDate=#" & Me.ccDate & "#"

    can i put the result of this query into an array? in php code.. i will have this code to put it in array..

    $query = mysql_query("Select * from Transaction where TimeIn = '".$text1."' And EntryDate = '".$text2."'");
    $result=mysql_fetch_array($query);



    $field1 = $result['field1'];
    $field2 = $result['field2'];
    $field3 = $result['field3'];

    is there a way to do this in access? thanks in advance!

  2. #2
    dada is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    40
    oh.. i have figured it out already.. no need to reply with this thread..

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

Similar Threads

  1. Array of labels in runtime
    By ngruson in forum Programming
    Replies: 1
    Last Post: 08-19-2010, 07:30 AM
  2. how to return the result?
    By lamkee in forum Access
    Replies: 1
    Last Post: 08-10-2010, 10:50 AM
  3. Show array of bytes as picture in form
    By HZwaan in forum Forms
    Replies: 0
    Last Post: 06-17-2010, 04:07 AM
  4. Building Array
    By jgelpi16 in forum Forms
    Replies: 12
    Last Post: 03-22-2010, 12:33 PM
  5. How to use array? [ solved] Thanks.
    By wasim_sono in forum Programming
    Replies: 0
    Last Post: 10-20-2006, 12:00 AM

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