flexible textboxes

ilanray

Member
Local time
Tomorrow, 01:05
Joined
Jan 3, 2023
Messages
129
Hello
I would like to create a flexible reports with employee and tasks. The number of employee is flexible which mean sometime there are 8 and sometimes there are more and even less.
I though of creating textbox for each employee which mean if I have 8 employees it should create 8 textboxs one after another
is there a way to do it?
 
creating textbox for each employee
The creation of controls at runtime is problematic. At the latest when your application becomes a bit more important and is published as ACCDE, design drafts are locked and something like CreateReportControl is no longer possible.
You got a suggestion with sample DB. Why aren't you interested in this?
 

Users who are viewing this thread

Back
Top Bottom