hi, i am looking to have a form where a user can select 1 of a few different queries from a combobox. i also want 2 textboxes for the user to enter a start date and end date to limit the query results. i would like to have a button that can take the data and export it to a fixed width text file.
i figure i would likely need to use DoCmd.TransferText. i can't figure out how to make things go from being on the form to the actual export operation. i need some help in figuring out how to get the text box values passed to the query and then exported.
any thoughts?
i figure i would likely need to use DoCmd.TransferText. i can't figure out how to make things go from being on the form to the actual export operation. i need some help in figuring out how to get the text box values passed to the query and then exported.
any thoughts?