I have been trying to run a command from the SQL view
I'm getting a syntax error
CREATE VIEW TopLevelCust AS
SELECT Customer.CustomerNum, Customer.CustomerName, Customer.Street, Customer.Balance, Customer.CreditLimit
FROM Customer
WHERE (((Customer.[CreditLimit])>=10000));