Button? There's no button. I'm just trying to create a dynamic list that consolidate information from different forms from the same table. If I only use one 'IF', then is it only going to respond to the first rule that is true? I want every field where data has been entered to display. Here is the code:
List("<br />",
"Request: "&[Request],
"Description: "&[Customer Selection],
"Dealer AA#: "&[Dealer Auction Access ID],
"Rep AA#: "&[Rep Auction Access ID],
"Gov't ID (Last 4): "&[Last 4 of SS#],
"Question: "&[Type of Sales Inquiry],
"Report Requested: "&[Report Type],
"Transport Type: "&,
"# of Vehicles: "&[Number of Vehicles],
"Purpose: "&[Purpose],
"Sale Date: "&[Sale Date to Run],
"Requests: "&[Special Instructions],
"Recon: "&[Recon Services],
"VIN(s): "&[VINs (Last 6)],
"Recent Note: "&[Recent Note],
"Purchased: "&[Purchased],
"Vehicle: "&[Vehicle Details],
"Claim: "&[Claim],
"Major Component: "&[Major Components],
"Vehicle History Issue: "&[Vehicle History Issues],
"Other Issue: "&[Other Issues],
"Final Determination: " &"<span style=\"color:red;font-weight:bold;\">"&[Pass/Fail] & "</span>",
"Add Title: "&[Reason for Determination],
"Add Title: "&[Inspector])