howdy
when trying to create a linked table in Access97 that is linked to a public folder on the Exchange Server, I keep getting "Error 3305 - Invalid connection string in pass-through query".
I copied the code from an MSDN Library article.
I have used the Microsfot Exchange and...
hoooo-ray !
after i finally got the code right (thanks to the suggestion/advise on how to best debug sql code), i determined that the problem was no longer with the code of the function but with how i was using the function in a Access query.
originally, i was using the FUNCTION defined by my...
OK, now i am really confused
i now have it to the point that the resultant sql statement =
sql = SELECT [Age] FROM [rpt-qry Property Settlement Stats] WHERE [PROP_ADD2]="CHAPLINWOODS" ORDER BY [Age]
which is what i thought i wanted. i even copied that statement & pasted it into...
thanks for the tips
i've incorporated both suggestions & end up with the debug print =
sql = SELECT [Age] FROM [rpt-qry Property Settlement Stats] WHERE ([PROP_ADD2] = 'CHAPLINWOODS') ORDER BY [Age]
it seems like i'd want " " around the CHAPLINWOODS, but i can't quite get it to...
i have been staring at & fiddling with this for hours on end & can not figure out what is wrong
i have read related tips on this forum, all of which make believe that is has something to do with how my quotes are ordered & the data types (especially in the WHERE clause), but i do not know...
any help anyone can give me would be splendid & MUCH appreciated
i am trying to get a bit of code for calculating MEDIAN values to work
i found the basic code on the web & modified slightly
THANKS TO SOMEONE ON THIS FORUM, i was able to get it to work when grouping by YEAR, but when i...
I am very new to VBA, so please bear with me as I try to describe what is probably a VERY simple situation.
I need to calculate the MEDIAN value of the [AGE] field in each year, from a table that has records with AGE & YEAR for many different years.
I found a VBA function...
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.