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...
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...
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...
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...
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...
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"...
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...
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()...
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...
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.
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.