I have a recordset that contains only 1 record but I need to display the result (10 fields) in 2 columns with matching label
the textbox doesn’t have a datasetname property.
how can i display 10 fields in 2 columns ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found it
right click the textbox select expressions select dataset select your dataset select First([fieldname])
voila