RandyMyers
IS-IT--Management
I have been programming using Access MDB front ends connected to SQL Server utilizing ODBC for some time now. I have used popup forms for users to enter criteria for opening forms or reports on many occasions. I would use unbound fields on forms and then use the statement
Like "*" & [Forms]![frmFormName]![FieldName] & "*"
as the criteria in the query. Several fields could be passed in this manor and fields could be made optional.
I recently have started using Access Projects (adp files) and have not figured a way of doing this same operation in views of stored procedures.
If anyone has an idea on this I would appreciate the help.
Also, is there a real difference in performance using adp versus using mdb and ODBC connections. My boss wants to use adp because of Network Bandwidth, which he feels will be substantially less with adp
Like "*" & [Forms]![frmFormName]![FieldName] & "*"
as the criteria in the query. Several fields could be passed in this manor and fields could be made optional.
I recently have started using Access Projects (adp files) and have not figured a way of doing this same operation in views of stored procedures.
If anyone has an idea on this I would appreciate the help.
Also, is there a real difference in performance using adp versus using mdb and ODBC connections. My boss wants to use adp because of Network Bandwidth, which he feels will be substantially less with adp