Search results

  1. S

    SQL and forms

    How do I set the RecordSource property to a select statement? Do I have to open the query builder? The form is currently set to reference the table and that is the only option unless I open the query builder. How do I bind individual controls to fields in the implicitly created Recordset? How...
  2. S

    SQL and forms

    If I had my way, I'd be using SQL Server and PHP to create web based forms but my professor doesn't want that he wants us to use Access for the database and to create the UI, but we have to use SQL for all the queries. My database is a simple one that holds customer info and info about their...
Back
Top Bottom