News

Susan Harkins explains how to populate an Access list control instantly by setting properties at the field (table) level to create a lookup field.
When you need to bring your Access data into a Word form, a little VBA can expedite the task. Susan Harkins walks through an example to demonstrate the process.
Susan Harkins explains how to populate an Access list control instantly by setting properties at the field (table) level to create a lookup field.
I have a combobox that I want to populate with a list of vendors stored in another Access Database. This database contains roughly 1,300 different vendor records. All I'm interested is the names.I ...