B
Becky
I am building a configurator. I have done smaller ones in
the past. This one has 250-275 pieces of data that must be
capture. I created a tabbed form with six pages with each
page being a subform with 40-60 pieces of data to be
captured. Think of it like a car and you need to know
things like wheels, stype, size, etc.
I have the overall forms data being a table that just
holds to make it simle formID, pageAid, pageBid, pageCid,
PageDid, PageEid, PageFid. Because a page can have zero
data I added a boolean to each of those tables and
included it in this query as well (PageA?, etc.) When the
user saves the form data if they left Page 6 empty I
populate Page6? with no which gives me that record link.
Is there a better way to do all this?
Thanks
the past. This one has 250-275 pieces of data that must be
capture. I created a tabbed form with six pages with each
page being a subform with 40-60 pieces of data to be
captured. Think of it like a car and you need to know
things like wheels, stype, size, etc.
I have the overall forms data being a table that just
holds to make it simle formID, pageAid, pageBid, pageCid,
PageDid, PageEid, PageFid. Because a page can have zero
data I added a boolean to each of those tables and
included it in this query as well (PageA?, etc.) When the
user saves the form data if they left Page 6 empty I
populate Page6? with no which gives me that record link.
Is there a better way to do all this?
Thanks