MS Access
Using a Combo Box to Search as you Type
Here's a neat trick that you can use to filter a Continuous or Split form while your users are typing in a Combo Box. As the user types, the form filter updates to display full or partial matches for the value entered.
This example uses a slightly modified version of the Northwind 2007 Template, available for download from Microsoft. The "Customer List" form is a Split form that displays a list of all customers. We want to allow users to filter this list to easily find a customer, even without knowing the full customer name.
...(read more)Access 2010: How to write expressions for Web queries, forms, and reports
Before Access 2010, Access supported a wide variety of expressions in different areas of the application. Tables and fields, queries, form and report properties, controls, and macros can all use expressions to evaluate data or logic to drive the behavior of an application. In the past, each of these contexts in which an expression is used have shared a single, common expression evaluation engine. This means that no matter where you use an expression, the functions and operators available to you will likely be the same. Things change when you start to build web databases with Access 2010.
...(read more)Q&A with Access developer Juan Soto
Working in an ice cream factory in Chicago led Juan Soto to found IT Impact, Inc., an Access development consulting firm. The ice cream factory's large Enterprise Resource Planning system required that he spend hours manually calculating whether a final batch of ice cream really made the company money. He had to factor the waste for every step of the manufacturing process and soon realized that he could automate the analysis with Access. He built a complex Access system which was soon used throughout the entire operation.
In this Q&A, we asked Juan to share his experiences and knowledge that he's gained designing and building Access solutions that help businesses build customer relationships.
...(read more)Five Common Pitfalls When Upgrading Access to SQL Server
Guest blogger Juan Soto, an Access MVP and founder of IT Impact, Inc., shares five tips on upgrading Access to SQL, including information about using the SQL Server Migration Assistant, adding tables, bit fields, and foreign keys. You can also read more about Juan and his knowledge of Access in our Q&A with him.
...(read more)
