J
Jason Ferguson
I don't know if anyone will have any ideas to help me, but what the
heck.
I am creating a Wizard to export certain records from an Access table
to an Excel Spreadsheet (don't worry, I already have code to do that).
The user should be able to choose which records need to be exported
based on four different fields:
- a "Batch ID" (string value representing which records were imported
to the database at the same time)
- A status (open or closed)
- Which organization the records relate to
- Last name
Specifying one of these can come up with any number ( >= 0 ) of
records.
I'm having difficulty coming up with an idea flexible enough to search
this way. I'd like the user to be able to keep checking certain
records that he/she wants included until the Next button is clicked.
My question is: how would all of you tackle this problem?
Jason
heck.
I am creating a Wizard to export certain records from an Access table
to an Excel Spreadsheet (don't worry, I already have code to do that).
The user should be able to choose which records need to be exported
based on four different fields:
- a "Batch ID" (string value representing which records were imported
to the database at the same time)
- A status (open or closed)
- Which organization the records relate to
- Last name
Specifying one of these can come up with any number ( >= 0 ) of
records.
I'm having difficulty coming up with an idea flexible enough to search
this way. I'd like the user to be able to keep checking certain
records that he/she wants included until the Next button is clicked.
My question is: how would all of you tackle this problem?
Jason