Search results

  1. D

    Alert on drug interaction

    Hi everyone Please I need help Please how do I set up my order details page to give an alert if there would be an interaction in the group of drugs entered. Thanks and hope to help from you soon
  2. D

    School database

    Good day every one I have a school database but am not sure if it is normalised Can anyone help me proof read. Thanks and hope to hear from you soon
  3. D

    Merging attendance in school report card and also picking the highest score

    Good day everyone, Please I want to have a report card where I can have attendance embedded in for each students and also the highest score for each class each session. Thanks and hope to hear from you soon
  4. D

    Working with decimals in ms access forms

    Hi everyone Please I need your help I have a form order details where u enter the quantity of items you want to purchase and it deducted it from the balance available, it is working fine for whole numbers only, it is not accepting half(0.5) ,(0.25). Any help on how access will be able to accept...
  5. D

    Plotting Progress graph for students

    Hello Everyone Please how can I plot a line graph for each students to show their progress in a term and per session in a class, in a subject. Something that can be visibly seen to know how a student is doing in a subject or in a class Thanks and hope to read from you soon Your help will be...
  6. D

    merging two queries together

    Hi everyone I am actually working on a school database and am having some issues any help will be greatly appreciated. I have a query to run students total marks per subject for a term. E.g Mary. First Term. English. 62 Mary. Second Term. English.78 For the third term report I want it to...
  7. D

    how do I undo changes made to a form

    Good day everyone It has really been awhile I posted in this forum Please I have a form purchase order details, that I used to enter quantity of items purchased. I found out that I can't delete quantities entered on the form. It appears to delete, but on checking the quantity in the inventory...
  8. D

    deleting records from the subform

    Good day Sir/Ma Please I have a subform in my order details form and I want to be able to delete records from the subform so I inserted this code in command button of the subform Private Sub btnDelete_Click() Call DoCmd.RunCommand(Command:=acCmdDeleteRecord) End Sub After clicking on the button...
Back
Top Bottom