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
Problems when running VB.NET app as a scheduled task
Receiving error code 0x800702e4 when trying to download with InDownloadMngr while in IE 8 with Win7 runing (64 bit) what do I do?
update query in access 2003 possible
Convert UCHAR[] to System::string
SQL ORDER BY Case needed?
How can we display employee contact photos in the Office Communicator contact card
subform field linker error: "object variable or With block variable not set"
Looking for a control to visibly show capacity of components
How do I link multiple forms with Required Fields in Access that update one table
IPSEC