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
------- ------- -------...
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...
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.