Basically I've got some created Attributes (Att1, Att2, Att3...) and I am looking to build a single Roll Query to bring each up. EDIT: I realise it should be "@" not "%", but anyway... So the logic would run: [Start Macro] Which Attribute Do you Want? [Drop Down] [Run Attribute from Drop Down]. ?{Which Attribute?|Att1, %{Att1}|Att2,%{Att2}|...} is the basic form, but I need to do the HTML substitutions into it right? HTML Substituted: ?{Which Attribute?|Att1.%{Att1}|Att2, %{Att2}|...} Is that looking right to people?