Search results

  1. A

    Calculating Percentage In A Query

    I have a single table with several fields representing inspection count data. One of the fields has pass / fail as its data. If I generate a Select statement using a UNION function between the items that pass vs fail. The result set lists multiple items as the corresponding fields along with the...
  2. A

    Master / Selected list Query

    I am creating an application which is using VB.NET. On the form I have two listboxes. The one listbox is bound to a master table in Access 2000 (MasterBldg). The second listbox is bound to a selection table (SelBldg) which is related to a client table via a primary/foreign key relationship. I am...
Back
Top Bottom