Re: subform parameter links
- From: "Damon Heron" <damon327@xxxxxxxxxxx>
- Date: Tue, 20 Mar 2007 08:31:54 -0700
First of all, maybe you ought to fix the Contact entry table to only enter
companies that are listed on the company table. You do this with a combobox
tied to the company table, so there are no illegitimate entries in your
contact list. You may have to amend the contacts table to include the
foreignkey for companies. If this is not feasible, then check out the help
files for the LIKE operator in VB or a sql statement.
Damon
"JB" <JB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A119F982-D0BA-4C8B-A4BB-B9B3D349EAA8@xxxxxxxxxxxxxxxx
I have a form that contains contact data from table1. I need to check
another
table (table2) to see if the Company is included in that table. However,
the
Company name may vary slightly. How can I do a 'fuzzy' search?
example
Table1 company name is The ABC Company
Table2 company name is ABC Company Ltd
or
Table1 company name is ABC Company PLC
Table2 company name is The ABC Company Ltd
.
- Prev by Date: Re: Date changing 2028....2029......1930???????
- Next by Date: Re: search area on a form that opens another form with search resu
- Previous by thread: Re: using combo boxes to filter records in a subform
- Next by thread: Re: subform parameter links
- Index(es):