Display selected record syntex

handjt

New member
Local time
Yesterday, 19:08
Joined
Aug 27, 2004
Messages
5
I have a search form in which a user can search four different ways. RMA, NCT, DWG, and JOB. All are numbers so if a user types in 345 under DWG number and click search then access will search for all records that have that DWG number on it and display them on another form called Search Results. I added a combo box to the searchresults form just in case there were more than one record with this particular DWG number on it so that a user has the choice to choose which ever record he or she is looking for. I have all this working fine. :D The problem I am having is that somewhere in my code I am missing a syntex on how to display the information after a user chooses one. Right now, it will only display the first record. :( If I click on another record nothing happens. Does anybody know how to do this? :confused: Thanks in advance.
 

Users who are viewing this thread

Back
Top Bottom