I have an Access 2000 front-end with a SQL Server 2000 back-end. My tables are linked using ODBC.
On one of my forms, I give users the option to delete a record. The user selects from a list box. The list box has an After_Update event that does the following
Me.lstAkHandle.Requery...
I need to change the criteria from VB on a cross-tab query created in Access. I have already created the cross-tab query.
Based on what the user selects on my form, I want to change the criteria from VB, open the query, and export the results to Excel. Its no problem to export but I cannot...
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.