P
Peter Adema
I used the calandar from of Allen Brown. This form is working fine.
But since I use this form to determaine a bookdate into a table, I cannot
export this table anymore as a TXT file.
When I press the botton on the form I created I get the message:"Data being
exported does not match fromat in Schema.ini".
I am using the following VB code:
BESTAND = "I:/DX0062/" + BERICHT
DoCmd.TransferText acExportDelim, "export3", "q_loon2", BESTAND, -1
Because I changed a field in the table/query I have to change the
specificcation "export3".
When I export this query manually as TXT I do not get the button Advanced.
If I than save the file, I get the message:"Too few parameters. Expected 1"
What is wrong??
But since I use this form to determaine a bookdate into a table, I cannot
export this table anymore as a TXT file.
When I press the botton on the form I created I get the message:"Data being
exported does not match fromat in Schema.ini".
I am using the following VB code:
BESTAND = "I:/DX0062/" + BERICHT
DoCmd.TransferText acExportDelim, "export3", "q_loon2", BESTAND, -1
Because I changed a field in the table/query I have to change the
specificcation "export3".
When I export this query manually as TXT I do not get the button Advanced.
If I than save the file, I get the message:"Too few parameters. Expected 1"
What is wrong??