View Full Version : Record Navigation


MikeEller
02-01-2008, 11:59 AM
Hi,

How can I iterate over all the records in a table and get each value from a field in each record? I want to get each value from the field, do something to it, then add it to a combobox. Is there a way to do this simply?

v/r
Mike

CraigDolphin
02-01-2008, 12:03 PM
Sounds like you need to use a recordset in vba to do what you describe

Here's a introduction tutorial on the topic
http://www.devdos.com/vb/lesson4.shtml
HTH