E
Ed from AZ
Thanks to help on this NG, I've got my database to the point where I
can enter data. Now I need to be able to get it out, too! I'm
working with only one data table in Access 2003.
From what I've read, I think I need to:
-- create a query based on the table
-- create a form based on that query
-- use a Command Button on the form to run the query based on my
inputs in the form
-- use TransferSpreadsheet to get the query output into an Excel file
Here's my questions so far:
-- I would like some of the fields on the form to be multiple-select
ListBoxes. How do you get multiple selections into the code?
-- I also need start date and end date entries, but I only have one
date field in my table. Would putting two controls sourced to the
same data field mess things up?
-- What if I want all the records in a field? Do I leave it blank?
Or is there something like an "ALL" criteria choice that Access
automatically recognizes?
Thank you all for your time and the sharing of your expertise.
Ed
can enter data. Now I need to be able to get it out, too! I'm
working with only one data table in Access 2003.
From what I've read, I think I need to:
-- create a query based on the table
-- create a form based on that query
-- use a Command Button on the form to run the query based on my
inputs in the form
-- use TransferSpreadsheet to get the query output into an Excel file
Here's my questions so far:
-- I would like some of the fields on the form to be multiple-select
ListBoxes. How do you get multiple selections into the code?
-- I also need start date and end date entries, but I only have one
date field in my table. Would putting two controls sourced to the
same data field mess things up?
-- What if I want all the records in a field? Do I leave it blank?
Or is there something like an "ALL" criteria choice that Access
automatically recognizes?
Thank you all for your time and the sharing of your expertise.
Ed