Between Criteria

G

Guest

I am running a make table query against one DB2 table and then running an
append query against a separate DB2 table to join data from the two tables
together. In both queries I use a between operator to select the period of
time for the data. The dates for both queries are always the same. When I use
the the Between operator I need to selct the dates each time I run each
query. Is there a way to enter the dates once and then use those same dates
in the second query? --
Randy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top