Search results

  1. S

    Linking form and subform problem

    I am a newbie and need some help. I have a form A which opens a new form Form B on submitting a button. The Form B has many buttons on it. Each one opes different form. I want to move one of the button on form B to form A. and have the same functionality as it is having it on form B. I have...
  2. S

    using multiple functions in a single select clause

    I want to write a query as : select ID, count(distinct(name)) from user where id is not null group by ID having count(distinct(name))>1 but looks like this query fails in access due to multiple functions. Can someone help me how should i be writing this. NOte. Id is not a...
Back
Top Bottom