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!

Search results for query: *

  1. webdevop

    auto protect removing explorer.exe

    When I have Norton Auto-Protect enabled often I get a message pop up that says Norton found a Trojan and consequently removes explorer.exe. The only way to restore this is to reboot, can I remove this trojan from my computer or is it just Norton thinking it found a Trojan while surfing. Thanks...
  2. webdevop

    Generating Email Conformations

    If I have all my order data in a table including customers email, order amount, etc ... Can ASP generate an autoemail from this data ? for every order in the table ? Thanks, Matt
  3. webdevop

    Email Application

    Hopefully this can be done ... using Oracle/Outlook. I have a table called "Customers" that contains (CustID,CustName,CustEmail) and I have an "Orders" table of (CustName,Order_Quantity,Order_Date,Order_Total, etc). What I want to do is have an Application that will go through the "Open Orders"...
  4. webdevop

    form validation

    I have a combo box cbolist, I want the user to not be able to have a blank entry otherwise it runs a report on all entries which takes considerable time. Any ideas ? Thanks ....
  5. webdevop

    Forms Entry in Report

    Nice Duane, I'll give that a shot .... forgot to mention between InpBegDate and InpEndDate, what would be the back end on that code ??
  6. webdevop

    Forms Entry in Report

    I have a report that runs through a module and pulls data entries from temp tables. Here is the example: Private Sub Preview_Customers_by_Month__Ship_Date__Click() DoCmd.OpenReport &quot;customers by month (ship date)&quot;, acPreview, , &quot;[schd_date_start] <= [range].[to]&quot; End Sub I...
  7. webdevop

    open function

    Can you open a module Public function from the criteria line in query design view ? If so what would be the build OR how would you call the function from query design view ? Thanks, Webdevop
  8. webdevop

    IIF Statement Question

    I appologize if this is an easy question BUT Once the function CountPeriod is created how do I call it to create my new table column with the results Description Count .124abcd.340 2 Thanks again ...
  9. webdevop

    IIF Statement Question

    I have a description varchar field with 3 possiblilites they look like: AB.300X.300X.20 .150x.120ABCDEFGHIJK or ABCDE.200HIJ I need to create an IIF statement in a query to browse this field and count the number of periods. So 1 period=1, 2 periods=2, 3 periods=3. Since the periods are not...

Part and Inventory Search

Back
Top