missinglinq
Programmer
This works fine when placed in the RowSource Property of a combobox, but what modifications to I need to assign it dynamically to the same combobox?
Thanks for looking at it!
Linq
The Missinglinq
Richmond, Virginia
There's ALWAYS more than one way to skin a cat!
Code:
SELECT [Doctors2].[MDName], [Doctors2].[MDAddress]
FROM Doctors2
WHERE ((([Doctors2].[MDName]) Like ("*" & [Forms]!Doctors2![MDName] & "*") Or ([Doctors2].[MDName]) Like ([Forms]![Doctors2]![MDName] & "*") Or ([Doctors2].[MDName]) Like ("*" & [Forms]![Doctors2]![MDName]) Or ([Doctors2].[MDName]) Like [Forms]![Doctors2]![MDName]));
Thanks for looking at it!
Linq
The Missinglinq
Richmond, Virginia
There's ALWAYS more than one way to skin a cat!