We have an Exchange 2000 server and a custom app on a SQL server. The custom app has an email address field in one of the tables. I want the users to be able to use that field when sending emial via outlook. The data in the SQL table is dynamic so just importing the data won't work.
How can I...
I need to assign a query to a report at run time. I've got the name of the report so I can OpenReport it. Ive tried to set the query at runtime with.
dim query2run,report2prt
query2run = "Name of some query from existing queries"
report2prt = "Name of some report from...
I am creating a list of queries for the user to select from.
Dim obj As AccessObject
Dim dbs As Object
For Each obj In dbs.AllQueries
QueriesList.RowSource = QueriesList.RowSource + obj.Name + ";"
End If
Once they have chosen a query I need to get the sql from it...
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.