Enter field data into labels, not text boxes.

omair1051992

New member
Local time
Today, 12:53
Joined
Jun 19, 2012
Messages
3
I wish to present contact information stored in a table in a Form that resembles a business card. I do not want to use any text boxes but would like the data to be entered into label - I don't really need to make any changes to that Form. It is just for viewing and printing.

How can I direct data from the table to the labels on the Form, rather than the text boxes?

Thanks!
 
You haven't said why labels.

Textboxes are there to do this job, when the form is bound to a record source, labels aren't.
 
You would have to use code to place values in the Caption property of each label. Why don't you want to use text boxes, which are built to present data from tables?
 

Users who are viewing this thread

Back
Top Bottom