Okay, I'm relatively new at coldfusion and cfm pages. I ended up using dreamweaver to create my table but my database has field names that have spaces in them. Now when I try to retrieve them, I'm getting errors because of the spaces in the field name. Here's the snippet with the problem:
<td>#Managers.Contract Manager#</td>
<td>#Managers.Contract Manager e-mail#</td>
</tr>
</cfoutput>
Can anyone help me with how to make it retrieve that field with the spaces. I've tried lots of stuff but it's still wrong. Thanks!
<td>#Managers.Contract Manager#</td>
<td>#Managers.Contract Manager e-mail#</td>
</tr>
</cfoutput>
Can anyone help me with how to make it retrieve that field with the spaces. I've tried lots of stuff but it's still wrong. Thanks!