Hi,
I have a combo box in a navigation form that has a list of Vendors users enter in another table. I want to pull up all the records that are Like that cbx. For example one vendor might be Jiffy Lube, but users have entered by error, Jiff Lube or Jify Lube. Is there a way to get all the like Jiffy Lube(s) or whatever the cbx is reading?
I am using Like "*[Forms]![frmMain_toplg]![SubForm1].[Form]![NavigationSubform].[Form]![cbxVendorIA]*"
the path is correct. Thanks
I have a combo box in a navigation form that has a list of Vendors users enter in another table. I want to pull up all the records that are Like that cbx. For example one vendor might be Jiffy Lube, but users have entered by error, Jiff Lube or Jify Lube. Is there a way to get all the like Jiffy Lube(s) or whatever the cbx is reading?
I am using Like "*[Forms]![frmMain_toplg]![SubForm1].[Form]![NavigationSubform].[Form]![cbxVendorIA]*"
the path is correct. Thanks