Hi all again,
I forget to supply a template, employ1.cfm, that is called by employ2.cfm, in
my previous request for help, so here it is:
<CFQUERY DATASOURCE="A2Z" NAME="Employees">
SELECT FirstName, LastName, PhoneExtension
FROM Employees
ORDER by LastName, FirstName
</cfquery>
<HEAD>
<TITLE> Employee List
</title>
</head>
Employees
<UL>
<CFOUTPUT QUERY="Employees">
<li>#LastName#, #FirstName# - Ext. #PhoneExtension#
</cfoutput>
</ul>
This template, employ1.cfm, is called by employ2.cfm, which was included in
the previous submission. I'm sure this stuff is pretty simple to most of you,
but I am stumped. Please know that I solve most of my problems on my own,
usually syntax problems such as missed code. But some problems just stump me.
I'd appreciate your help.
Thanks,
Steve Carmeli
[EMAIL PROTECTED]
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists