Ok no problems, bearing in mind I very rarely use access nowadays...
I always thought in a .mdb that the only way to use a view is to open a ado connection in code and set the forms record source to the view or select * from the view.
Where as a table can just be linked in the linked table manager and the forms record source can be "select * from linkedtable" which is essentially a view anyway.