How to display record data in a table in MS Access Form

26,454

Actually, one of the truly great features in Access is what we call a continues form. A continues form is simply a form in which you can place any kind of control you want, the magic trick part is those controls will repeat over and over for you for each row of detail - the result is a grid, and I dare say one of the most powerfull grid controls avaialble - it is fully programable with VBA.

Not only does such a setup give you one of the best grid controls that our IT industry has ever seen, but it is very little work on your part to create this marvels.

So you can drop pictures, even buttons, check boxes and even combo boxes. They will all repeat as a grid for you.

So here is an easy screen to create in Access:

enter image description here

And here are a few more ideas. Note that some of these are Access web forms, but all of the look + feel is available for client forms or web forms.

So keep in mind that the new full web effects forms that can run in a browser, or even client only forms can use these new effects such as shadow, hover effect etc.

enter image description here

and this one:

enter image description here

and

enter image description here

The above is VERY cool since I dropped in a rich text control and bound it to a function. the result is a column that displays the diffenrce between the two rows in Red. How cool is that?

All of the examples above are what we call a continues form in Access and were built with very little effort and all of the above examples are 100% built only using Access forms, including the graphics for the buttons with shadows.

Share:
26,454
Kobojunkie
Author by

Kobojunkie

I am a dedicated Developer at heart coding and pushing my way to becoming a master. Would really appreciate if you those who are not willing to share their knowledge, without question, avoid even posting a responses to questions asked. Some of us are here to learn from those who have know.

Updated on January 27, 2020

Comments

  • Kobojunkie
    Kobojunkie over 4 years

    I am working in Offiice Access on a form. I notice that there are not a lot of controls available to use but I have a requirement to display data in a table like structure(not listbox or combobox). How can I accomplish this please?

  • Kobojunkie
    Kobojunkie over 11 years
    Nice! I already have a form that contains a Tab. Can I insert/embed this continous form into my existing form Tab page?
  • Albert D. Kallal
    Albert D. Kallal over 11 years
    Sure, I don't see why not. You can simply drop in that continues form into that tab. So in your case you be dropping in the form as a sub form.