question about a contact sales program???

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default question about a contact sales program???

    Scenario: I keep all the sales in a table with an id to a contact table, but
    if I delete the contact, the sales information is wrong. What is the best
    way to do this?

    --

    ______________________
    David Fetrow
    HelixPoint LLC.
    [url]http://www.helixpoint.com[/url]
    [email]davef@helixpoint.com[/email]

    Interested in Affordable Email Marketing?
    Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
    If you are interested in becoming a Reseller of HelixPoint products, contact
    [email]davef@helixpoint.com[/email]
    ______________________


    Davef Guest

  2. Similar Questions and Discussions

    1. Developer Toolbox Question: contact form with Captcha
      Hi, Are there any on line tutorials which instruct on how to create an email contact us form with captcha? EIther video or text? If so where...
    2. UltraSuite Customers: Please contact me for a full refund (or I'll contact you within the next day or so)
      Folks, If you have paid for any UltraSuite product and have not yet received it, I sincerely apologize for that. If you'd like a full refund...
    3. Calculate employee discount and sales tax - ASP code
      I am new to ASP scripting. I just created a Cashregister.asp file in Microsoft Visual Studio 2003. It’s a basic cash register form, designed to...
    4. Java script to add vat /sales tax calculation
      Hi, I have designed a form for contractor’s invoices and I would like some help with the java script to work out this calculation. The...
    5. Truth or Sales Pitch?
      I'm about to junk my Gateway with Win98 ... however, the Gateway sales person said I wouldn't be able to use my Microsoft Office 2000 on it. He...
  3. #2

    Default Re: question about a contact sales program???

    Hi,

    which database do you use? - If you use SQL Server or MSDE you can setup a
    cascading delete on the relationship between both tables. This way, when you
    delete a contact, all sales information is automatically deleted by SQL. I
    am not sure if Access has the same capabilties.

    Best regards,

    Marc Höppner
    NeoGeo

    "Davef" <dave@helixpoint.com> wrote in message
    news:OfymWlVXDHA.2200@TK2MSFTNGP09.phx.gbl...
    > Scenario: I keep all the sales in a table with an id to a contact table,
    but
    > if I delete the contact, the sales information is wrong. What is the best
    > way to do this?
    >
    > --
    >
    > ______________________
    > David Fetrow
    > HelixPoint LLC.
    > [url]http://www.helixpoint.com[/url]
    > [email]davef@helixpoint.com[/email]
    >
    > Interested in Affordable Email Marketing?
    > Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
    > If you are interested in becoming a Reseller of HelixPoint products,
    contact
    > [email]davef@helixpoint.com[/email]
    > ______________________
    >
    >

    Marc Hoeppner Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139