I am having problems with list boxes not updating records so I want to try using a textbox instead. Here is the select statement I am using in the list box, any idea on how to write this so it iwll work iwht a text box?
SELECT [Part_Lookup].[NSN], [forms].[main].[part number] FROM Part_Lookup WHERE ((([forms].[main].[part number])=[Part_Lookup].[part number]));
SELECT [Part_Lookup].[NSN], [forms].[main].[part number] FROM Part_Lookup WHERE ((([forms].[main].[part number])=[Part_Lookup].[part number]));