I have the BO, the view in the mdb, but if I call the BO Mapper tool, only tables are displayed.
Is it possible?
Thanks,
Alex B.
I have read the link, but don't understand where to put the query in my BO:
Can I retrieve in my fill method more columns than the columns I mapped in the BO mapper?
Can I create a BO with all fields as custom properties? (because my BO don't maps directly to a table, and I can't use the BO mapper tool)
Thanks and excuse for my ignorance
Hi Alex,
No problem, so here we go.....
You will then call the Me.GetStaffView method from your form's New or Load event or from any other place you want the BO to be populated.
I believe you will also need to create a Custom Field Property to manage the SchoolTitles.TitleName, but I am not sure, so if that is the case let me know to give you some code to do that, or look at the help for the Custom Field Property topic, so you can add it in the same BO file.