robinsdale
Programmer
Hi, I'm a VFP programmer (with a FoxPro DOS background) - I'm looking for a way to find a record using a combobox. The
combobox could be populated with a SELECT or whatever. The other fields on the form would display information of the found record, and would also display a listbox with records of a child table related to that record, i.e.:
Parent table - patients
Child table - visits
I've checked the FAQ and browsed the forum for the past few hours, and the closest to an answer I'v egotten was a hint by Rick Sprague where he hinted in his answer that he had a technique, but that it was fairly long. (Thread181-75270)
My first question is: is this a poor way to find a record? Is there an upper limit of how many entries you want to have in a combobox in Access?
If not, then: is there a designed way to do this, or does one have to resort to VBA to move the record pointer - archaic way of saying "find the record"... :
Thanks for answering...
Robin
combobox could be populated with a SELECT or whatever. The other fields on the form would display information of the found record, and would also display a listbox with records of a child table related to that record, i.e.:
Parent table - patients
Child table - visits
I've checked the FAQ and browsed the forum for the past few hours, and the closest to an answer I'v egotten was a hint by Rick Sprague where he hinted in his answer that he had a technique, but that it was fairly long. (Thread181-75270)
My first question is: is this a poor way to find a record? Is there an upper limit of how many entries you want to have in a combobox in Access?
If not, then: is there a designed way to do this, or does one have to resort to VBA to move the record pointer - archaic way of saying "find the record"... :
Thanks for answering...
Robin