Search results

  1. A

    calculating the amount of times a record appears

    Hi. I wasnt sure whether this should appear in the tables or queries forum so i put it in both. How can i calculate the number of times certain data appears in a table? i want to be able to count the number of times a certain StudentID appears in my tblOldClassLessons i tried to use a DCount...
  2. A

    the number of times a record appears in a table

    Hi. I wasnt sure whether this should appear in the tables or queries forum so i put it in both. How can i calculate the number of times certain data appears in a table? i want to be able to count the number of times a certain StudentID appears in my tblOldClassLessons i tried to use a DCount...
  3. A

    calculating payments

    hi, can anyone help me? i want to have a payments form that will have a field that shows the cost of a lesson, another that shows the total amount paid, another that shows the outstanding and a box that you click that will allow you to enter an amount, that updates the total amount paid and...
  4. A

    hiding sub forms with no records in it

    Hi. can you help me? im in urgent need of help. im trying to hide a sub form within a form if there are no records present. i got the code off a diff site here but i cant find it now. :( anyway, this was the code- Private Sub Form_Current() With Me![SubformName].Form .Visible =...
Back
Top Bottom