Search results

  1. M

    RecordSet vs Recordsource for dynamically binding data

    Thank you for all the responses. If I provide some examples maybe this will make my question clearer. so on one form a user can select from the whole bank of questions to put into a quiz with name "testquiz1". If I wish to view the selection of questions that I have put into "testquiz1" I can...
  2. M

    RecordSet vs Recordsource for dynamically binding data

    Hi there, I am new to access and am trying to create a question db for my students. I have most of the db working but I am wondering about some general concepts and trying to get the best approach. When setting the data for a form at run time I can set Me.RecordSource = some SQL However...
Back
Top Bottom