473,432 Members | 1,453 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,432 software developers and data experts.

Access 97 - Transfer Text AcExportDelim - Too few parameters

I am using a query as the source for the export.

One field is filtered based on the contents of a control on a form.

How do I get the TransferText acdelim to accept the selection criteria?

If I open up the query and do File export to External File etc I get too few parameters expected 1 and cannot open the Export Wizard..

Assistance would be appreciated...
Sep 2 '07 #1
2 2905
puppydogbuddy
1,923 Expert 1GB
I am using a query as the source for the export.

One field is filtered based on the contents of a control on a form.

How do I get the TransferText acdelim to accept the selection criteria?

If I open up the query and do File export to External File etc I get too few parameters expected 1 and cannot open the Export Wizard..

Assistance would be appreciated...
Try declaring your parameter:
1.Place your query in design view.
2. Right click on the table area of your query that is not occupied by a table
3. On the shortcut menu, select parameters
4. Enter your parameter onto the dialog box in the following syntax:
Forms!YourForm!YourControl
5. Select the parameters data type (text, etc.)
6. click ok to save
7. Run your transfertext
Sep 2 '07 #2
jamjar
50
Try declaring your parameter:
1.Place your query in design view.
2. Right click on the table area of your query that is not occupied by a table
3. On the shortcut menu, select parameters
4. Enter your parameter onto the dialog box in the following syntax:
Forms!YourForm!YourControl
5. Select the parameters data type (text, etc.)
6. click ok to save
7. Run your transfertext
I'm running into the same problem, using Access 2002. Whether or nor I declare my parameters I can't run the Export Wizard until I delete them from my query completely.
Once I delete them I can run the wizard, create the specification, then add the parameters back to the query and run TransferText using that specification without any problems.

James
Sep 25 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: zlatko | last post by:
There is a form in an Access Project (.adp, Access front end with SQL Server) for entering data into a table for temporary storing. Then, by clicking a botton, several action stored procedures...
14
by: Sean C. | last post by:
Helpful folks, Most of my previous experience with DB2 was on s390 mainframe systems and the optimizer on this platform always seemed very predictable and consistent. Since moving to a WinNT/UDB...
12
by: alessia | last post by:
hi, I have a query that visualizes me, according to some criterions from me inserted, name , Surname , Address , phone ok.. Now, through a button, positioned in a Form, I have to only export...
8
by: stoppal | last post by:
I have a sql statement: "SELECT Field1,field2 FROM table WHERE field1="!" I need to export this to a CSV file with header information. How can I do this? I've tried the below function...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
5
by: JHNielson | last post by:
I have a somewhat simple question, but have been baffled by it for a while, and now I'm on a tight deadline - have to get it done within 24 hours. I am trying to export a set of files to my hard...
1
by: shyaminf | last post by:
hi everybody! iam facing a problem with the transfer of file using servlet programming. i have a code for uploading a file. but i'm unable to execute it using tomcat5.5 server. kindly help me how to...
17
by: chadh | last post by:
Hello, I'm having some troubles exporting a query to a csv file. I am able to use the doCMD.TransferText to output the query to the csv file, however, I cannot get it to use the Export...
0
by: Pega | last post by:
Hi, im doing a college project, which is a banking app, it is more or less fully functioning, the user can log in and check their balance, but i have trouble setting up a transfer function, so the...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.