I have a field named [Account No] and in the properties of this field under the tab "data" I have the following a query built:
SELECT [CIF Accounts].[Account No], [CIF Accounts].[Short Name], [CIF Accounts].[Relationship Name] FROM [CIF Accounts];
so when an account number is entered it will...