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 Chriss Miller 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: *

  • Users: powerlock2005
  • Content: Threads
  • Order by date
  1. powerlock2005

    Importing .csv in access (new rows only)

    All, I export a .csv file from a MySQL database each week. I would like to import the .csv file/spreadsheet into access, BUT only the newer rows, not the entire spreadsheet. Or If I import the spreadsheet, is there a way to just overwrite all the data that is already there? Please...
  2. powerlock2005

    CSS Problem

    All, I am struggling with the following page which is done using CSS. The page is here: http://www.truenorthprograms.com/overviewskills.htm. The part of the page I am having problems with is this linked area: • The 5 Secrets to Gaining Aligned and Committed Action Through Truly Great...
  3. powerlock2005

    Send Email from a Continuous Form

    All, I have a continuous form whith about 5 fields. I want to be able to send email when any field on any record is changed. I don't want to be an irritant to the user by sending an automatic email everytime a field is updated. I want the email to be sent that has a .snp file attached...
  4. powerlock2005

    Show record from date field

    All, I have a field called dateBilled and dateDue. The dateDue field calculates 90 days from the dateBilled date (=[dateBilled]+90) I want to be able to show a record on a report once the dateDue field date is 30 before the actual due date, and continue to show on the report until the...
  5. powerlock2005

    Query/Report

    All, I have a query (qry_license) that is tied to a table, and two fields I will be referring to are: dtLicenseBegin and results. I have this expression for the results: results: DateAdd("d",-60,[dtLicenseBegin]) So if I enter a date of 12/6/05 for the dtLicenseBegin, the results field...
  6. powerlock2005

    Updating MySQL Database using .asp

    All, I would like to update my MySQL database from a field called: regID, which is an auto_increment field, using a .asp page. This is the code I have that connects and adds to the database: <% ConnString = "Driver={MySQL};SERVER=localhost;DATABASE=gsgevents;UID=name;PASSWORD=password"...
  7. powerlock2005

    Lookup Table

    All, I have a registration form that is in .asp, and I have code to connect and add to a MySQL database. A person fills out the form and hits the submit button and their information gets added to the MySQL database. Once the information gets into the database, a lot of the information is...
  8. powerlock2005

    Required Fields

    All, I have the following code for required fields and it works fine: <script language="javascript" type="text/javascript"> <!-- hide from older browsers --> function validForm(Form) { if (Form.arrivalDate.value =="") { alert("Please enter your arrival date.") Form.arrivalDate.focus()...
  9. powerlock2005

    Credit Card Javascript

    All, I have the below script working, but I need to modify it a bit, and I will explain what I want to do after the script. The below goes into the <head> portion of a webpage: <SCRIPT language=javascript> <!-- //******************************************************************** // Credit...
  10. powerlock2005

    credit card script

    All, I need a good credit card script for my webpage. I have searched the web and found some, but I can't get them to work correctly. I am new to java scripting and I need step by step directions on how to implement this. Someone please help. Thanks in advance.
  11. powerlock2005

    Reports in a drop down list

    All, I would like to put reports in a drop down list and once the person chooses the report of their choice it will open that report. Is there an easy way to do this?
  12. powerlock2005

    subrepot printing many

    All, I have a report with a few subreports on it. I have linked child/parent fields which is MainID. This is set up the same way on my forms. The reports subreports is showing blank fields along with the fields that has data. The form that has subforms does not do this. How do I get...

Part and Inventory Search

Back
Top