ms-access: designing a report: printing text on specific x,y coordinates
        Posted  
        
            by every_answer_gets_a_point
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by every_answer_gets_a_point
        
        
        
        Published on 2010-05-23T19:17:52Z
        Indexed on 
            2010/05/23
            19:20 UTC
        
        
        Read the original article
        Hit count: 168
        
i need to design a report that will print text on specified x,y coordinates
for example, i will input (50,50), (60,60), (70,70) and i will have my program print text at those specific coordinates on the report. in total there will be about 50 different coordinates.
how do i achieve this? should i be using a label control or a textbox? should i be creating the controls dynamically or should i already have controls set at the specified regions?
© Stack Overflow or respective owner