News

The subform is an extremely useful device that is surprisingly easy to create. The Northwind.mdb sample database has a form that uses not one but two subforms. Launch Access and click Help, Sample ...
You'll find nothing. Subforms are an Access thing. There are no data-bound-forms in VB.
The basic forms and reports that Access creates automatically make a good starting point for your database projects. It is, however, likely that you’ll want to improve them so they look better and are ...
I am trying to calculate the difference in 2 dates within a subform in MS Access. I have a start date and end date (usually a couple of days apart) driven from a seperate table / form with drop-down ...
Designer minimizes the time and effort needed to begin working in Access by generating numerous data entry forms. Each form can optionally include subforms that contain related information.
I am attempting to create an Access Form with Subform to filter accounting data based on date. The form shows the date and total for that date. The subform shows the detailed transactions for that ...
I have a main form with two subforms, Internal sales & External sales. Both forms have total boxes in the footer, Total internal sales (TIS) & Total external sales (TES). I added a new text box in the ...