Grid

jepoysaipan

Registered User.
Local time
Today, 09:16
Joined
Nov 4, 2007
Messages
133
Hi,

I would like to seek guidance again on my new project, I wanted to create a data entry form that the user can input records using my unbound label boxes, then upon hitting an add button it will go automatically on a subform below or a GRID so that the user can see all the records at a glance.

Your help is highly appreciated.

Thanks in advance!
 
Parent/Child forms do this all of the time. You can enable & make visible a sub-form control just like any other control.

If you use the "Add" button from the unbound form to update a recordset behind the scenes, you will have to figure out how to force the child form to refresh its recordset, though you could make that happen in any of several ways.
 
Hi,

Thanks for this info, that is what I needed but that's what I'm trying to apply on my new project and doesnt know how to implement.

Thanks
 

Users who are viewing this thread

Back
Top Bottom