VBA - Create View

Is it possible to create views using VBA

Create view test as select field1 from tblRecords;



Answer this question

VBA - Create View

  • sudheer_316

    Are you refering to a view in SQL Server or a query within Access, or where do you want to create this view, and what do you want it to be a view of (an Access table, a range in Excel, or what ).
  • VBA - Create View