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 don't know if you can use MS Access views, but maybe you don't really need the view since you can create as many BO with all the filtering and parameters you want to.
Remember that the BO is basically a container for your data and you have to create the SQL statement to bring the data to work with.