News

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.
Access allows you to prevent users from inadvertently changing data on their forms. Here's how to set the control properties called Enable and Locked to prevent data entry.
Learn how to remove or add Images to Access form The attachment feature allows the user to add image files to a record such as documents, presentations, images, etc.
I've got an Access database form that needs to be web-based. I'm not a total newbie, as I've done datagrids, the login forms, validation, and figured out the OldDataAdapter, DataSet, and ...