S
steve c
Thanks in advance for your time.
I am using a query to select records of flights which
have elapsed in a Flight Tracking Database. Flights each
have a "flight time," which can be FRI AM, SAT AM, SAT
PM, SUN AM, SUN PM. I am trying to export records which
correspond to a flight time so that I may delete them
from the database and still retain a record of them. For
instance, once Friday night is over, we want to dump
records that are linked to "FRI PM" to a spreadsheet and
delete them. To export them, I figured the best idea was
to start with a select query which selected all "FRI PM"
records. From here I do not know where to go. I'm sure
I could set up a simple delete query to remove the
records once they've been safely exported, but I am
having trouble figuring out how to export to excel based
on a select query. Thanks in advance for
help/suggestions, or even just for reading this far .
I am using a query to select records of flights which
have elapsed in a Flight Tracking Database. Flights each
have a "flight time," which can be FRI AM, SAT AM, SAT
PM, SUN AM, SUN PM. I am trying to export records which
correspond to a flight time so that I may delete them
from the database and still retain a record of them. For
instance, once Friday night is over, we want to dump
records that are linked to "FRI PM" to a spreadsheet and
delete them. To export them, I figured the best idea was
to start with a select query which selected all "FRI PM"
records. From here I do not know where to go. I'm sure
I could set up a simple delete query to remove the
records once they've been safely exported, but I am
having trouble figuring out how to export to excel based
on a select query. Thanks in advance for
help/suggestions, or even just for reading this far .