RoadrunnerII
Registered User.
- Local time
- Today, 12:16
- Joined
- Jun 24, 2008
- Messages
- 49
Hi
Great site
I have moved on from my previous thread and converted all the Access Queries to SQL views
I have an Access form that has an Row Source with an enbedded Select statement with a couple of trims and Like variable in it.
What the form is doing is a Find within the database on either Serial number workstation number or Model number.
I have converted the original query to a SQL view but still using Access for the Forms and Reports
It is only really slow on a slow link ie VPN connection or WAN connection.
This is the only Form that is acting up. The rest work great in the views and are much faster.
The Sql view is about 3 seconds to complete on 8000 records in SQL Management Studio so it seems fine but it does not have the actual LIKE Variable within the view as I am not sure how I would transfer the variable to the view from Access
Need some help here as I am stumped
RRII
Great site
I have moved on from my previous thread and converted all the Access Queries to SQL views
I have an Access form that has an Row Source with an enbedded Select statement with a couple of trims and Like variable in it.
What the form is doing is a Find within the database on either Serial number workstation number or Model number.
I have converted the original query to a SQL view but still using Access for the Forms and Reports
It is only really slow on a slow link ie VPN connection or WAN connection.
This is the only Form that is acting up. The rest work great in the views and are much faster.
The Sql view is about 3 seconds to complete on 8000 records in SQL Management Studio so it seems fine but it does not have the actual LIKE Variable within the view as I am not sure how I would transfer the variable to the view from Access
Need some help here as I am stumped

RRII