d1trupinoy
Technical User
Hi I'm a newbie to VBA and Access.
I want to build a form where I can check status values like "Not Designed", "Designed", and "Changed". Based on what words I checked I would like to generate a report to list the items that have these status values (e.g. ObjectStatus = Not Designed, Designed, or Changed)
So if I check "Designed" and click a button, a report will just show the objects that have a status of "Designed". How can I do this? I would like to use VBA because eventually I will want a report with many subreports that post all the data based on multiple status fields of items.
Thanks
I want to build a form where I can check status values like "Not Designed", "Designed", and "Changed". Based on what words I checked I would like to generate a report to list the items that have these status values (e.g. ObjectStatus = Not Designed, Designed, or Changed)
So if I check "Designed" and click a button, a report will just show the objects that have a status of "Designed". How can I do this? I would like to use VBA because eventually I will want a report with many subreports that post all the data based on multiple status fields of items.
Thanks