Microsoft
Software
Hardware
Network
Question : union all query
Hello I have union all query-
select name, date, etc..
from table1
union all
select name, date, etc..
from table 2
question: is there a way to have query so when user opens report based on query- user is asked to enter date- I am trying to create a report that only generates - records from a specific date
thank you
Answer : union all query
This should prompt for the 'From Date' when the query is opened
select name, mydate, etc..
from table1
Where mydate > [From Date]
union all
select name, mydate, etc..
from table 2
Where mydate > [From Date]
Random Solutions
VBA Loop through record names
Slow Logon
How do I make a button to copy the contents of an access text box
several users write to an xls sheet at the same time
help with an sql join query?
LINQ - Contains for IN statement not working?
How Can I Create a Unique Sequential Number for Only Those Records in a Table That Meet a Criteria
Access Report to PDF without Save As Dialog
file mountmgr.sys caused an unexpected error 256 at line 5964
Append csv text to table