Search results

  1. B

    Form field question

    For the most part, yes. A few have like AOL or regular OUTLOOK. Does that matter?
  2. B

    Form field question

    I have yet another question. I have a form which members fill out to be added to our team. In the table that displays the DB, it shows the email address in the correct cell. What I want to do, is have it display a little envelope that has the email addey contained within. So when a viewer clicks...
  3. B

    Column Total

    Yes. I got it to work. What I did, was create a query of the sum of score1 and a sum of score2. and placed that query into a table. i tried this before, and it didn't work. i tried the very same thing again, and this time it worked. Go figure. Thanks for the help all. Bam
  4. B

    Column Total

    Ok. Since I haven't gotten any replies, let me try to better explain again what I need. I know this is something simple, at least I think it is. I have a table with the following columns: name | score1 | score2 | name2 what I want to do, is to have a field somewhere, that has a total for all...
  5. B

    Column Total

    And let me clarify what I need to do. I have website, where members post their matches. It will put in the score field, a 1, 2 or .5, and do the same for their opponent. There are 2 teams so I want a team total for each side. As matches get reported, the table grows vertically. What I want to...
  6. B

    Column Total

    I am pretty new to DB stuff. But I have learned a bunch about MSDB, and the use with ASP scripting. My question is this. How can I set a field in a DB to total the values of other fields? I think you have to use a pivit table or something, but I don't know anything about this. I am trying to...
Back
Top Bottom