Hello.
I'm working in Access 2003 and I'm new to VBA.
I'm trying to create a button on a form that will run my query (based on the 2 drop down box parameter selections made by the user). The query runs in the background and needs to be exported to a fixed-width (as in fixed width columns) text file. The text file will be loaded to a mainframe for ftp to our client.
I was able to get the button and query to work, but I keep getting an error that I can not export more than 65,000 records at once.
Is there a way using VBA that I can automatically (via my button) export the entire contents of the query, or at least cut the output into multiple files, to concatenate manually later??
(*If there is a way to append them together programmaticall y, that would be SUPER WONDERFUL…. but at this point, just getting the query to export in its entirety… in any way…. would make me extremely happy*)
As per the forum instructions: I am working on a time frame of a few days, so any and all guidance would be deeply appreciated. Even if the answer is “not a function of Access 2003”, then I can start researching other avenues.
Thank you SO much, in advance!!
I'm working in Access 2003 and I'm new to VBA.
I'm trying to create a button on a form that will run my query (based on the 2 drop down box parameter selections made by the user). The query runs in the background and needs to be exported to a fixed-width (as in fixed width columns) text file. The text file will be loaded to a mainframe for ftp to our client.
I was able to get the button and query to work, but I keep getting an error that I can not export more than 65,000 records at once.
Is there a way using VBA that I can automatically (via my button) export the entire contents of the query, or at least cut the output into multiple files, to concatenate manually later??
(*If there is a way to append them together programmaticall y, that would be SUPER WONDERFUL…. but at this point, just getting the query to export in its entirety… in any way…. would make me extremely happy*)
As per the forum instructions: I am working on a time frame of a few days, so any and all guidance would be deeply appreciated. Even if the answer is “not a function of Access 2003”, then I can start researching other avenues.
Thank you SO much, in advance!!
Comment