A
Al Camp
Main form (frmConfrences from tblConferences) ONE
Sub Form (frmScheduledEvents from tblScheduledEvents) MANY
Link = ConferenceID (Long)
The subform lists all events at a conference (A-1, B-3, D14, etc...), and
in another table (tblAttendeeWorkshops), these available vents will be
assigned to Attendees. Perhaps 50 attendees will sign up for workshop A-1,
and maybe 40 will sign up for B-3.
In my frmScheduledEvents subform I'd like to have a column that shows how
many booking there are against each workshop vs. the WorkshopCapacity field.
As of now this is an unbound field, so Dlookup doesn't work with the
continous form.
I tried attaching a "totals" pass thru query to my subform query, (to try
to a "bound" filed, but that made the sub records "un-updateable" no matter
how I tried to link the totals
I even tried a small "field sized" sub-subform, but the subform itself is
continuous, so no deal.
Can anyone just describe how they've handled this problem in the past.
"Aircode" would be fine, or just a verbal description of the process.
Thanks in advance,
Al Camp
Sub Form (frmScheduledEvents from tblScheduledEvents) MANY
Link = ConferenceID (Long)
The subform lists all events at a conference (A-1, B-3, D14, etc...), and
in another table (tblAttendeeWorkshops), these available vents will be
assigned to Attendees. Perhaps 50 attendees will sign up for workshop A-1,
and maybe 40 will sign up for B-3.
In my frmScheduledEvents subform I'd like to have a column that shows how
many booking there are against each workshop vs. the WorkshopCapacity field.
As of now this is an unbound field, so Dlookup doesn't work with the
continous form.
I tried attaching a "totals" pass thru query to my subform query, (to try
to a "bound" filed, but that made the sub records "un-updateable" no matter
how I tried to link the totals
I even tried a small "field sized" sub-subform, but the subform itself is
continuous, so no deal.
Can anyone just describe how they've handled this problem in the past.
"Aircode" would be fine, or just a verbal description of the process.
Thanks in advance,
Al Camp