I just learned that the listbox I was referring to is actually a query to a seperate table containing the list of publication titles. Would this situation make my request any easier?
My database records information about old houses that were published in several different pattern books. One field in the table records the published design number for each house record, while another field contains a list box of the titles of the different pattern books. My problem is that...
I have a report that I would like to add a bound textbox to. But, I would like this bound textbox to always display some text before the value of the relative field is displayed. Here is an example.
"Photo courtesy of" precedes the value of the field ([PhotoBy]) in a bound textbox.
How can...