i'm pretty new to the VBA thing becuase most of my experience comes from as/400 and SQL coding, so any help would be great here.
i'm trying to creat a form in access ofcourse that works like a search tool almost. so i am going to make a combo box that has a list of names from a table, and each one has a unique id. so i set up my combo box to show only the names, but to be bound to the ID. so i need a way to be able to click on the name i want, then press a comand button that will take me to that record and display that information in a subform. so the problem is getting the sunform to go to the right record in my database when i click that button.
any help would be great, thanks in advance
i'm trying to creat a form in access ofcourse that works like a search tool almost. so i am going to make a combo box that has a list of names from a table, and each one has a unique id. so i set up my combo box to show only the names, but to be bound to the ID. so i need a way to be able to click on the name i want, then press a comand button that will take me to that record and display that information in a subform. so the problem is getting the sunform to go to the right record in my database when i click that button.
any help would be great, thanks in advance