Sub form filter on load (1 Viewer)

peterod

Registered User.
Local time
Yesterday, 21:17
Joined
Jan 13, 2011
Messages
31
This is a slight continuation of this post here, but this post inst really all that relevant unless you want to see the mess I have tided up...


After a fair bit of trial and error I now think that I have followed normalization and binned the repeating data structures that I had before.

I have now taken the data from 6 or 7 tables and put them into 1.

I have a Main form [Task Details] and a sub form [Task details sub] which has 6 tabs/pages for the details relevant to each task stage. i.e.

tabs/pages as follows

at a glance|Concept|Planning|Render|Warrant|Detailed Planning|Timberframe.

On each tabs I have the same sub-form which as a lookup field [stage]

On form load I want the sub-form to load only entries in the database relevant to each tab.

I thought I would set the on load event for the sub-form in each tab but this I am struggling on how this is done.

Any help that you guys can give, will as always be graciously appreciated.


:confused:
 

peterod

Registered User.
Local time
Yesterday, 21:17
Joined
Jan 13, 2011
Messages
31
Please???? Need some help with this. cherry on top
 

DCrake

Remembered
Local time
Today, 05:17
Joined
Jun 8, 2005
Messages
8,632
A subfrom actually loads before the main form. you need to use Child and Master linkning fields from your subform properties
 

Users who are viewing this thread

Top Bottom