Okay, let's see.
I've got a report with a unbound textfield. In it I coded something like this... (example)
="stored: " & [textbox1] & " - " & [linkedcombobox1] & " - " & [linkedcombobox2]
You see, it should say something like this:
stored: 3 boxes - room 8 - shelf 3
Instead it says:
stored: 3 boxes - 8 - shelf 3
Combobox2 changes after updating combobox1... now, you see I only get the ID no. I've given to the so called value "room 8". I don't want to use IIf functions so users with even less Access-knowledge than me can easily add more "rooms" without updating the entire (and enormous!) unbound textfield in the report.
So... is there a way around?
Thanks for the help
I've got a report with a unbound textfield. In it I coded something like this... (example)
="stored: " & [textbox1] & " - " & [linkedcombobox1] & " - " & [linkedcombobox2]
You see, it should say something like this:
stored: 3 boxes - room 8 - shelf 3
Instead it says:
stored: 3 boxes - 8 - shelf 3
Combobox2 changes after updating combobox1... now, you see I only get the ID no. I've given to the so called value "room 8". I don't want to use IIf functions so users with even less Access-knowledge than me can easily add more "rooms" without updating the entire (and enormous!) unbound textfield in the report.
So... is there a way around?
Thanks for the help