Derek Martin said:
This is a Sharepoint Web Services custom list...all I seem to be able to do
is get a Data View to work with it in a customized way.
Thanks!
Yeah, that's normally what you do: first create a Data View, and then
SharePoint creates the input form automatically.
As far as I know, if you don't like the default input form, you have
to write your own Web Part, using Visual Basic .NET or C# .NET. These
are very similar to ordinary Web User Controls, but there's a special
project type to create them, and you have to specially register them
to the SharePoint server.
If you wish to pursue this, browse:
Creating a Basic Web Part
http://msdn.microsoft.com/library/en-us/spptsdk/html/createabasicwp.asp
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------