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
Determine the closest word in the list.
Intercept the "You must enter a value in the "FormName.FieldName' field." error message...
Reconfiguring CRM Toolbar in Outlook
How do I (can I?) create a multi-value field in Access?
SQL Server back-end not deleting record
design mode in excel
Repeater: Defining a property of a control within a Repeater
button in excel
Multi-Select List Box Query
weather webpart using HTML,CSS and javascript