MS Access 2003
I need to have a query that shows a record with 2 fields from a previous record where the MOrder field is the same and Adate is greater than current records Adate.
This is an example of the data in the tApprovals table
Morder Adate ApprAmt
abc123 1/1/2010...
MS Access 2003
I have a table called tblHistory with the following fields...
HistRev MOrder HistNotes HistDate
with the below data rows. It is semicolon delimited.
I need to parse the records to a new table called tblDestination
HistRev
1;2;3
1;2
MOrder
abc123
xz123
HistNotes...
Access 2003
When I click a button on my form I would like it to email to all recepients
that are in a query. Query is qLookupNotifyNewProj.
SQL
SELECT DISTINCT t41ContactsMSP.MSPContactEmail
FROM (tblVersion LEFT JOIN t41ContactsMSP ON tblVersion.UserID =
t41ContactsMSP.MSPContactUserID) LEFT...
Multiselect listboxs
I am so close but yet soooo far...
I have a form with combo boxes which display the choices from the boxs in a list box.
If you choose from one of the 7 combo boxes it limits the display in the list box, if you choose another combo box, the listbox display is limited...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.