3 Replies Latest reply: Aug 22, 2006 7:47 AM by stuarta99 RSS

    Contact list

    stuarta99 Community Member
      I'm trying to create a simple contact list for my intranet using Dreamweaver and Acces 2000.

      I've created a table in my database with fields such as First Name, Last Name and Office.

      I've created my search form, but strugglhising to create my results form with the ability for people to search on either First Name, Last Name or Office

      This is my first time doing this and hope someone could help out this newbie to get this working.

      Thanks
        • 1. Re: Contact list
          SugnaShane Community Member
          This isn't my cup of tea but make sure you are connecting to the DB.

          You will also need to add the DB to the database server I forget the terminology

          You will need to show us code for further revview of your problem.
          • 2. Re: Contact list
            Newsgroup_User Community Member

            "stuarta99" <webforumsuser@macromedia.com> wrote in message
            news:ecf36j$mrt$1@forums.macromedia.com...
            > I'm trying to create a simple contact list for my intranet using
            > Dreamweaver
            > and Acces 2000.
            >
            > I've created a table in my database with fields such as First Name, Last
            > Name
            > and Office.
            >
            > I've created my search form, but strugglhising to create my results form
            > with
            > the ability for people to search on either First Name, Last Name or Office
            >
            > This is my first time doing this and hope someone could help out this
            > newbie
            > to get this working.

            Hopefully you did not use spaces in those field names. If so, I believe
            you'll have to enclose them in brackets in your query.


            • 3. Re: Contact list
              stuarta99 Community Member
              It's the whole query that I'm struggling with. I understand I need to create a query in Access and then not 100% sure what to do in DW