Printing from a form

D

Dancy

here is the current query used in the form:

SELECT bin.PickedDate, Grower.[Company name], bin.bclass, bin.producevariety
FROM Grower INNER JOIN bin ON Grower.ID=bin.ID;

how would I make it "non-updatable"? and how do I find out if the form is
"linked" and there for, un-link it?
(grower is similar to "customer" and bin is similar to "invoice")

thanks "ManningFan"!
 
Top