Searching and inserting

od_gwyn

New member
Local time
Today, 17:20
Joined
Feb 6, 2004
Messages
7
Hello again, yet another problem in my ICT project...

I have a booking out form that has a few subforms in it, one of these subforms shows what the customer purchases, at the moment you must type in the item Code to bring up the item.
The other subform is the items table showing all the items available to purchase:

a) Is there a way of having a text box above the subform that will position the record selector in the subform to the nearest matching item (i.e. when "cop" is entered, "Copper Pipe" will be selected)

b) Secondly, how would i create a way so that when the item in the subform is double-clicked it is inserted as a new purchase in the purchase subform.

I appreciate any help
 
od_gwyn said:
Is there a way of having a text box above the subform that will position the record selector in the subform to the nearest matching item (i.e. when "cop" is entered, "Copper Pipe" will be selected)

Wouldn't a combobox seem more appropriate?
 

Users who are viewing this thread

Back
Top Bottom