Thank you,
Can you tell me why this statement isn't working per the code referenced?
INSERT INTO WCProbs (Problems) SELECT "addthis3" AS Problem;
DB Name is WCProbs, Field is named "Problem"
It's a call recording database.
CALLS db is one record per call
A drop down "Problem" links to database PROBLEMS
On the call form, user will click the drop down and select from a common problem.
I would like an "Add New" Selection at the top of the list which will cause a new record to be added...
My Shopping cart is in a MySQL database on the web. I would like to bring the database into Access 2010 for Datamining.
Problem is that some of the MySQL fields are 650 characters long and importing by downloading in Excel of XML format truncates these fields.
Is there a way to import a MySQL...
I have a file that looks like this:
Field1 Field2
------ ------
Cust1 blue
Cust1 Green
Cust1 Gray
Cust2 Orange
Cust2 Blue
Cust2 White
Cust3 Yellow
Cust3 Red
Cust3 Green
That I need to turn into this format
NField1 Nfield2 Nfield3 Nfield4
------- ------- -------...
OK! OK!
Look, I am an RTFM kinda guy. Now teach me to fish.
Although I doubt anyone would believe it after seeing this dumb question I am an experienced programmer. I just forgot this...
Where could I have found this myself?
The new 2010 Access help files seem to return "topic not found" when...
' google import csv file has a flat file, one record per order with up to 20 items
' for Quackbooks import, I need to convert it to one line per item ordered.
' first error is If rs1.mfield > "" Then
' because rs1.mfield should be evaluated as rs1.[Item 20 ID]
Set db = CurrentDb
Set rs1 =...
What am I doing wrong?
Set rs1 = db.openrecordset("Select [Field 1], [Field 2], [Field 3] from data1;")
mcount=1
do while mcount < 4
mfield="[Field " & Ltrim(string(mcount))&"]"
? rs1.mfield
' I want the contents of mfield to be used so
' ? rs1.[Field 1] is output...
EXACTLY! Thank you!
Three days I've been searching for this!!
For others who come across this thread:
1 - Create a file called readform.php containing:
<?php
echo "<pre>";
print_r($_POST);
echo "</pre>";
2 - In your form code, begin with:
<form action="http://<your url>/readform.php"...
Anyone aware of a program that will allow me to read the data sent by a post form?
I'm trying to debug an interface to my shopping cart and this would be a very helpful tool.
Seems like an obvious utility -- but I'm not able to find it.
Thanks!
Mark
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.