Search Results For: form filter

Converting A Excel Spreadsheet To Access Database

While I was scouring the Upwork gigs, one caught my eye, they left an Excel spreadsheet example and so I decide it was good enough to try and recreate it in Access database format. I just couldn’t pass up the challenge on this one. So I figured I wanted to share the journey with you […]

Continue Reading

How To Create Dynamic Combo Boxes In Access

This post will show you how you can create dynamic combo boxes in MS Access. In our example we have 2 tables, a list of wards and a list of rooms in those wards. We want to be able to select a ward and then get the rooms available in that ward. This is fairly […]

Continue Reading

MS Access VBA – How To Add A ‘Select All’ Option To A Combo Box

Normally with a combo box, you can select only 1 item in the drop down list. But what happens when you want to “Select All” the items in the list? I have done this 2 different ways, 1 way is to put a checkbox on the form, called “All”, and then have the combo box […]

Continue Reading

How to create SQL Statement from Combobox Selections

This video will show you how to use checkboxes to create a SQL statement and formulate a recordsource for a form. In the sample database, a certain product can be combined with other products to create a package. We want to select the products belonging to each package. In this video you will be shown […]

Continue Reading