Mar 27, 2003 #1 ianbar Technical User Joined Jan 10, 2003 Messages 69 Location GB I would like my text field (txtcustname) to suggest a customer name as the user types it in, just like in Excel. Is this possible and if so how?
I would like my text field (txtcustname) to suggest a customer name as the user types it in, just like in Excel. Is this possible and if so how?
Mar 27, 2003 #2 kewo99 Technical User Joined Oct 7, 2002 Messages 90 Location US Make it a combobox with the rowsource set to a table which contains your customers. Ken Upvote 0 Downvote