User Profile

Collapse

Profile Sidebar

Collapse
crissorion
crissorion
Last Activity: Apr 29 '10, 12:41 AM
Joined: Apr 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • crissorion
    replied to Populate Access report using VBA
    Thanks for your reply. I'll try to use a temporary query.
    See more | Go to post

    Leave a comment:


  • crissorion
    started a topic Populate Access report using VBA

    Populate Access report using VBA

    I have an array of some data that i get from object, I can't get same data from query to database, so I can't just paste recordsourse to sql query.
    How can I populate the report? Now I get all the data inserted in one row in report.
    The code is somthing like:
    Code:
    set obj = new MyData
    
    do until obj.EOF
    
        me.text1.value = obj.getText1
        me.text2.value = obj.getText2
    ...
    obj.MoveNext
    ...
    See more | Go to post
No activity results to display
Show More
Working...