Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trying to make a drop down box work in CSS & Access

Status
Not open for further replies.

cardioTom

Technical User
Mar 22, 2001
6
US
When I use the "look up Wizzard" in Access I get a drop down list ( combo? ) box that lets a user choose a value to put into a field and to see a corresponding text field to help them choose which value they really want.

For example, when they are going to fill in patient number they see both patient number and patient name. It works great in Access and in the local forms created in Access, but I can't make it work in the CSS web pages that Access 2000 creates for me.

I am very new to creating web stuff, so can anyone give me idiot proof instructions on how to make the CSS pages work just like the native local Access forms do?? Thanks!!
 
What do you mean when you say "it won't work?" What is it doing (or not doing) exactly?

Go the the web page that Access created for you and look for <INPUT TYPE=&quot;select&quot;.........> in the code. Once you find it, copy and paste it into the forum. Or, if you'd rather, copy/paste the entire code into an email and I'll take a peek. Kevin
slanek@ssd.fsi.com
 
Kevin & everyone,
Here is the generated code, I only want one CM_ID text box and I want it to have a drop down list showing the CM_ID and the CM_NAME_LAST. I put the CM_NAME_FIRST and the CM_NAME_LAST look up fields on the screen as an act of desperation. I think they are looking up correctly from the CM table which is related to this EM table by CM_ID = EM_CM_ID.

<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;>
<HTML XMLNS:eek:=&quot;urn:schemas-microsoft-com:eek:ffice:eek:ffice&quot;
XMLNS:x=&quot;urn:schemas-microsoft-com:eek:ffice:excel&quot;
XMLNS:a=&quot;urn:schemas-microsoft-com:eek:ffice:access&quot;
XMLNS:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot;><HEAD><LINK
href=&quot;./email%20list1_files/filelist.xml&quot; rel=File-List type=text/xml><TITLE>EMAIL_LIST</TITLE>
<META content=Access.Application name=ProgId>
<META name=VBSForEventHandlers VALUE=&quot;TRUE&quot;>
<META content=&quot;text/html; charset=windows-1252&quot; http-equiv=Content-Type>
<STYLE id=MSODAPDEFAULTS type=text/css rel=&quot;stylesheet&quot;></STYLE>

<OBJECT classid=CLSID:0002E530-0000-0000-C000-000000000046
codeBase=file:msowc.cab id=MSODSC><PARAM NAME=&quot;XMLData&quot; VALUE=&quot;<xml xmlns:a=&quot;urn:schemas-microsoft-com:eek:ffice:access&quot;>&#13;&#10; <a:DataSourceControl>&#13;&#10; <a:OWCVersion>9.0.0.3821</a:OWCVersion>&#13;&#10; <a:ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=C:\Program Files\Common Files\ODBC\Data Sources\cardio.mdb;Mode=Share Deny None;Jet OLEDB:System database=&amp;quot;&amp;quot;;Jet OLEDB:Database Password=&amp;quot;&amp;quot;</a:ConnectionString>&#13;&#10; <a:MaxRecords>10000</a:MaxRecords>&#13;&#10; <a:GridX>24</a:GridX>&#13;&#10; <a:GridY>24</a:GridY>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>EMAIL_LISTNavigation</a:ElementID>&#13;&#10; <a:ConsumesRecordset/>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>EM_ID</a:ElementID>&#13;&#10; <a:ControlSource>EM_ID</a:ControlSource>&#13;&#10; <a:ChildLabel>EM_ID_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>CM_ID</a:ElementID>&#13;&#10; <a:ControlSource>CM_ID</a:ControlSource>&#13;&#10; <a:ChildLabel>CM_ID_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>EM_ADDRESS</a:ElementID>&#13;&#10; <a:ControlSource>EM_ADDRESS</a:ControlSource>&#13;&#10; <a:ChildLabel>EM_ADDRESS_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>EM_PRIORITY</a:ElementID>&#13;&#10; <a:ControlSource>EM_PRIORITY</a:ControlSource>&#13;&#10; <a:ChildLabel>EM_PRIORITY_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>EM_TYPE</a:ElementID>&#13;&#10; <a:ControlSource>EM_TYPE</a:ControlSource>&#13;&#10; <a:ChildLabel>EM_TYPE_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>CM_NAME_FIRST</a:ElementID>&#13;&#10; <a:ControlSource>CM_NAME_FIRST</a:ControlSource>&#13;&#10; <a:ChildLabel>CM_NAME_FIRST_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>CM_NAME_LAST</a:ElementID>&#13;&#10; <a:ControlSource>CM_NAME_LAST</a:ControlSource>&#13;&#10; <a:ChildLabel>CM_NAME_LAST_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:ElementExtension>&#13;&#10; <a:ElementID>DropdownList0</a:ElementID>&#13;&#10; <a:ControlSource>CM_ID</a:ControlSource>&#13;&#10; <a:ListRowSource>EMAIL_LIST</a:ListRowSource>&#13;&#10; <a:ListBoundField>CM_ID1</a:ListBoundField>&#13;&#10; <a:ListDisplayField>CM_NAME_LAST</a:ListDisplayField>&#13;&#10; <a:ChildLabel>DropdownList0_Label</a:ChildLabel>&#13;&#10; </a:ElementExtension>&#13;&#10; <a:GroupLevel>&#13;&#10; <a:RecordSource>EMAIL_LIST</a:RecordSource>&#13;&#10; <a:DefaultSort></a:DefaultSort>&#13;&#10; <a:HeaderElementId>HeaderEMAILLIST</a:HeaderElementId>&#13;&#10; <a:FooterElementId></a:FooterElementId>&#13;&#10; <a:CaptionElementId></a:CaptionElementId>&#13;&#10; <a:RecordNavigationElementId>NavigationSectionEMAILLIST</a:RecordNavigationElementId>&#13;&#10; <a:DataPageSize>1</a:DataPageSize>&#13;&#10; </a:GroupLevel>&#13;&#10; <a:Datamodel version=&quot;0816&quot;>&#13;&#10; <a:SchemaRowsource id=&quot;CUSTOMER_MASTER&quot; type=&quot;dscTable&quot;>&#13;&#10; <a:SchemaField id=&quot;CM_ID&quot; datatype=&quot;3&quot; size=&quot;0&quot; iskey=&quot;1&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_ST_ID&quot; datatype=&quot;3&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_TITLE&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_NAME_FIRST&quot; datatype=&quot;202&quot; size=&quot;60&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_NAME_MIDDLE&quot; datatype=&quot;2&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_NAME_LAST&quot; datatype=&quot;202&quot; size=&quot;60&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_SOCIAL_SECURITY_NUM&quot; datatype=&quot;2&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_MEDICAL_ID&quot; datatype=&quot;2&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_DATE_OF_BIRTH&quot; datatype=&quot;7&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_RACE&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_FEMALE_Y&quot; datatype=&quot;2&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_COMPANY_NAME&quot; datatype=&quot;202&quot; size=&quot;60&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_ADDR_LINE1&quot; datatype=&quot;202&quot; size=&quot;60&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_ADDR_LINE2&quot; datatype=&quot;202&quot; size=&quot;60&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_CITY&quot; datatype=&quot;130&quot; size=&quot;24&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_STATE&quot; datatype=&quot;130&quot; size=&quot;24&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_ZIP&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_WORK_PHONE&quot; datatype=&quot;130&quot; size=&quot;24&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_HOME_PHONE&quot; datatype=&quot;130&quot; size=&quot;24&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_CELL_PHONE&quot; datatype=&quot;130&quot; size=&quot;24&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_FAX&quot; datatype=&quot;130&quot; size=&quot;24&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_EMAIL&quot; datatype=&quot;202&quot; size=&quot;60&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_METRIC&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_SITE_EMP_Y&quot; datatype=&quot;130&quot; size=&quot;1&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_INSERT_UID&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_INSERT_DATE&quot; datatype=&quot;7&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_MODIFY_UID&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_MODIFY_DATE&quot; datatype=&quot;7&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_DELETE_UID&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_DELETE_DATE&quot; datatype=&quot;7&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_DELETE_Y&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; </a:SchemaRowsource>&#13;&#10; <a:SchemaRowsource id=&quot;EMAIL_LIST&quot; type=&quot;dscTable&quot;>&#13;&#10; <a:SchemaField id=&quot;EM_ID&quot; datatype=&quot;3&quot; size=&quot;0&quot; iskey=&quot;1&quot;/>&#13;&#10; <a:SchemaField id=&quot;CM_ID&quot; datatype=&quot;3&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_ADDRESS&quot; datatype=&quot;202&quot; size=&quot;128&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_PRIORITY&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_TYPE&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_INSERT_UID&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_INSERT_DATE&quot; datatype=&quot;7&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_MODIFY_UID&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_MODIFY_DATE&quot; datatype=&quot;7&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_DELETE_UID&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_DELETE_DATE&quot; datatype=&quot;7&quot; size=&quot;0&quot;/>&#13;&#10; <a:SchemaField id=&quot;EM_DELETE_Y&quot; datatype=&quot;130&quot; size=&quot;10&quot;/>&#13;&#10; </a:SchemaRowsource>&#13;&#10; <a:RecordsetDef id=&quot;EMAIL_LIST&quot;>&#13;&#10; <a:pageField id=&quot;EM_ID&quot;/>&#13;&#10; <a:pageField id=&quot;CM_ID&quot;/>&#13;&#10; <a:pageField id=&quot;EM_ADDRESS&quot;/>&#13;&#10; <a:pageField id=&quot;EM_PRIORITY&quot;/>&#13;&#10; <a:pageField id=&quot;EM_TYPE&quot;/>&#13;&#10; <a:pageField id=&quot;CM_ID3&quot; source=&quot;CM_ID&quot;/>&#13;&#10; <a:pageField id=&quot;CM_ID4&quot; source=&quot;CM_ID&quot;/>&#13;&#10; <a:pageField id=&quot;CM_ID5&quot; source=&quot;CM_ID&quot;/>&#13;&#10; <a:pageRowsource id=&quot;CUSTOMER_MASTER&quot; lookupsource=&quot;EMAIL_LIST&quot;&#13;&#10; relationship=&quot;CUSTOMER_MASTER_EMAIL_LIST_FK1&quot;>&#13;&#10; <a:pageField id=&quot;CM_ID1&quot; source=&quot;CM_ID&quot;/>&#13;&#10; <a:pageField id=&quot;CM_NAME_FIRST&quot;/>&#13;&#10; <a:pageField id=&quot;CM_NAME_LAST&quot;/>&#13;&#10; <a:RelatedField primary=&quot;CM_ID1&quot; foreign=&quot;CM_ID&quot;/>&#13;&#10; </a:pageRowsource>&#13;&#10; </a:RecordsetDef>&#13;&#10; </a:Datamodel>&#13;&#10; </a:DataSourceControl>&#13;&#10;</xml>'&quot;&quot;></OBJECT>
<META content=&quot;MSHTML 5.00.2920.0&quot; name=GENERATOR>
<META content=&quot;sandston 011&quot; name=&quot;Microsoft Theme 2.00&quot;><LINK
href=&quot;./email%20list1_files/file0002.css&quot; id=mstheme rel=StyleSheet
type=text/css><LINK href=&quot;./email%20list1_files/file0003.css&quot; id=mstheme
rel=StyleSheet type=text/css><LINK href=&quot;./email%20list1_files/file0007.css&quot;
id=mstheme rel=StyleSheet type=text/css><!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>toms</o:Author>
<o:LastAuthor>toms</o:LastAuthor>
<o:Revision>1</o:Revision>
<o:TotalTime>0</o:TotalTime>
<o:Created>2001-04-16T20:53:45Z</o:Created>
<o:LastSaved>2001-04-16T21:28:05Z</o:LastSaved>
<o:Company>Cardiobeat</o:Company>
<o:Version>9.3821</o:Version>
</o:DocumentProperties>
<o:OfficeDocumentSettings>
<o:DownloadComponents/>
<o:LocationOfComponents HRef=&quot;file:msowc.cab&quot;/>
</o:OfficeDocumentSettings>
</xml><![endif]--></HEAD>
<BODY bottomMargin=48 leftMargin=24 link=#800080 rightMargin=24
style=&quot;OVERFLOW: auto&quot; topMargin=24 vLink=#800080>
<CENTER>
<H1 id=HeadingText style=&quot;FONT-WEIGHT: normal&quot;>Email Distribution
List&nbsp;</H1></CENTER>
<P>&nbsp;</P>
<DIV class=MicrosoftAccessBanner id=HeaderEMAILLISTBanner
style=&quot;BACKGROUND-COLOR: buttonface; BORDER-BOTTOM: buttonhighlight 2px outset; BORDER-LEFT: buttonhighlight 2px outset; BORDER-RIGHT: buttonhighlight 2px outset; BORDER-TOP: buttonhighlight 2px outset; DISPLAY: none; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; FONT-WEIGHT: normal; HEIGHT: 0.2in; OVERFLOW: hidden; PADDING-LEFT: 1px; WIDTH: 563px&quot;>Header:
EMAIL_LIST</DIV>
<DIV class=MSOShowDesignGrid id=HeaderEMAILLIST
style=&quot;BACKGROUND-COLOR: transparent; HEIGHT: 122px; OVERFLOW: hidden; POSITION: relative; VISIBILITY: hidden; WIDTH: 563px&quot;><SPAN
class=MSTheme-Label id=EM_ID_Label
style=&quot;HEIGHT: 0.188in; LEFT: 0.042in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 0.042in; WIDTH: 1.083in&quot;
title=EM_ID>EM_ID</SPAN><TEXTAREA id=EM_ID style=&quot;HEIGHT: 0.188in; LEFT: 1.125in; OVERFLOW: hidden; POSITION: absolute; TOP: 0.042in; WIDTH: 1.604in&quot; tabIndex=1 title=EM_ID></TEXTAREA><SPAN
class=MSTheme-Label id=CM_ID_Label
style=&quot;HEIGHT: 0.188in; LEFT: 0.042in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 0.292in; WIDTH: 1.083in&quot;
title=CM_ID>CM_ID</SPAN><TEXTAREA id=CM_ID style=&quot;HEIGHT: 0.188in; LEFT: 1.125in; OVERFLOW: hidden; POSITION: absolute; TOP: 0.292in; WIDTH: 0.823in&quot; tabIndex=2 title=CM_ID></TEXTAREA><SPAN
class=MSTheme-Label id=EM_ADDRESS_Label
style=&quot;HEIGHT: 0.188in; LEFT: 0.042in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 0.542in; WIDTH: 1.083in&quot;
title=EM_ADDRESS>EM_ADDRESS</SPAN><TEXTAREA id=EM_ADDRESS style=&quot;HEIGHT: 0.188in; LEFT: 1.125in; OVERFLOW: hidden; POSITION: absolute; TOP: 0.542in; WIDTH: 3.167in&quot; tabIndex=3 title=EM_ADDRESS></TEXTAREA><SPAN
class=MSTheme-Label id=EM_PRIORITY_Label
style=&quot;HEIGHT: 0.188in; LEFT: 0.042in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 0.792in; WIDTH: 1.083in&quot;
title=EM_PRIORITY>EM_PRIORITY</SPAN><TEXTAREA id=EM_PRIORITY style=&quot;HEIGHT: 0.188in; LEFT: 1.125in; OVERFLOW: hidden; POSITION: absolute; TOP: 0.792in; WIDTH: 0.823in&quot; tabIndex=4 title=EM_PRIORITY></TEXTAREA><SPAN
class=MSTheme-Label id=EM_TYPE_Label
style=&quot;HEIGHT: 0.188in; LEFT: 0.042in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 1.042in; WIDTH: 1.083in&quot;
title=EM_TYPE>EM_TYPE</SPAN><TEXTAREA id=EM_TYPE style=&quot;HEIGHT: 0.188in; LEFT: 1.125in; OVERFLOW: hidden; POSITION: absolute; TOP: 1.042in; WIDTH: 0.823in&quot; tabIndex=5 title=EM_TYPE></TEXTAREA><SPAN
class=MSTheme-Label id=CM_NAME_FIRST_Label
style=&quot;HEIGHT: 0.166in; LEFT: 3.25in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 0.083in; WIDTH: 1in&quot;
title=CM_NAME_FIRST>CM_NAME_FIRST</SPAN><TEXTAREA id=CM_NAME_FIRST style=&quot;HEIGHT: 0.187in; LEFT: 4.25in; OVERFLOW: hidden; POSITION: absolute; TOP: 0.083in; WIDTH: 1in&quot; tabIndex=6 title=CM_NAME_FIRST></TEXTAREA><SPAN
class=MSTheme-Label id=CM_NAME_LAST_Label
style=&quot;HEIGHT: 0.166in; LEFT: 3.25in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 0.333in; WIDTH: 1in&quot;
title=CM_NAME_LAST>CM_NAME_LAST</SPAN><TEXTAREA id=CM_NAME_LAST style=&quot;HEIGHT: 0.187in; LEFT: 4.25in; OVERFLOW: hidden; POSITION: absolute; TOP: 0.333in; WIDTH: 1in&quot; tabIndex=7 title=CM_NAME_LAST></TEXTAREA><SPAN
class=MSTheme-Label id=DropdownList0_Label
style=&quot;HEIGHT: 0.166in; LEFT: 2.083in; OVERFLOW: visible; PADDING-LEFT: 1px; POSITION: absolute; TOP: 0.875in; WIDTH: 1in&quot;
title=CM_ID>CM_ID</SPAN><SELECT id=DropdownList0
style=&quot;HEIGHT: 0.187in; LEFT: 3.083in; POSITION: absolute; TOP: 0.875in; WIDTH: 1in&quot;
tabIndex=8 title=DropdownList0></SELECT></DIV>
<DIV class=MicrosoftAccessBanner id=NavigationSectionEMAILLISTBanner
style=&quot;BACKGROUND-COLOR: buttonface; BORDER-BOTTOM: buttonhighlight 2px outset; BORDER-LEFT: buttonhighlight 2px outset; BORDER-RIGHT: buttonhighlight 2px outset; BORDER-TOP: buttonhighlight 2px outset; DISPLAY: none; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; FONT-WEIGHT: normal; HEIGHT: 0.2in; OVERFLOW: hidden; PADDING-LEFT: 1px; WIDTH: 563px&quot;>NavigationSection:
EMAIL_LIST</DIV>
<DIV class=MSOShowDesignGrid id=NavigationSectionEMAILLIST
style=&quot;BACKGROUND-COLOR: transparent; HEIGHT: 35px; OVERFLOW: hidden; POSITION: relative; VISIBILITY: hidden; WIDTH: 563px&quot;>
<OBJECT classid=CLSID:0002E531-0000-0000-C000-000000000046
codeBase=file:msowc.cab id=EMAIL_LISTNavigation
style=&quot;LEFT: 8px; POSITION: absolute; TOP: 5px; WIDTH: 462px&quot;><PARAM NAME=&quot;_State&quot; VALUE=&quot;&quot;><PARAM NAME=&quot;RecordSource&quot; VALUE=&quot;EMAIL_LIST&quot;><PARAM NAME=&quot;RecordsetLabel&quot; VALUE=&quot;EMAIL_LIST |0 of |2;EMAIL_LIST |0-|1 of |2&quot;><PARAM NAME=&quot;ShowFirstButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowPrevButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowNextButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowLastButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowNewButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowDelButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowSaveButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowUndoButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowSortAscendingButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowSortDecendingButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowApplyFilterButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowToggleFilterButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowHelpButton&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;ShowLabel&quot; VALUE=&quot;-1&quot;><PARAM NAME=&quot;FontName&quot; VALUE=&quot;Tahoma&quot;></OBJECT></DIV>
<P>&nbsp;</P></BODY></HTML>
 
Yes, I have Frontpage 2000, but when I try to open this HTML file with Frontpage it starts Access and throws me into it instead.
 
That's screwy! I'll pour over the code at lunch and see if I can come up with something for ya. Kevin
slanek@ssd.fsi.com
 
Hi Kevin,

How was lunch? Any luck on my code? I did figure out a way to get the CSS to open in Frontpage, but that has not solved my problem yet.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top