Recent content by MattyJacks

  1. M

    Form -> Query

    spikepl - Yeah, make a query using fields from a form. DClarke - That makes absolutely no sense to me. I don't know that much about databases could you put this into simple english please.
  2. M

    Form -> Query

    Is it possible to create a query from a form? If so, how??
  3. M

    Null Values Problem

    This doesn't really help me as i am quite new to Access. Also i need this to be added to an unbound box on a form, not in a query.
  4. M

    Automatically open form when open mdb

    Or you could just selec the Application option when you save the form. Save As-> File Type -> MDB Application
  5. M

    Null Values Problem

    Is there anyway to count the number of records down a specific field in a form which contain a null value. If anyone knows any functions which may help it would be very appreciated.
  6. M

    Formula needed to calculate due date of books.

    This is a job i have to set up for the librarian at my school however i have next to no expericnce with sql or access functions.
  7. M

    Formula needed to calculate due date of books.

    Oh... i feel like a right idiot now. :) How did i not see that in the first place. Thanks for pointing that out. Any ideas with the due date method to fit with the term dates. This is because the due date works if there were no holidays, but there are so it doesn't. My idea is: =DATE() -...
  8. M

    Formula needed to calculate fines

    Thats great, thanks!! Thats sorted the Fines part but i am still stuck with the form giving me minus dates for the DueDate and i cannot delete any fields, due to the fact that i have been instructed by my boss to have those specific fields. Due date = 14 days after loanDate, excluding weekends...
  9. M

    Formula needed to calculate fines

    I am a bit of a beginner with Access i must admit. I typed in the formula above and changed the field names appropriately and it just said NAME?# could you have a look at that also while you have the database. I have attached it onto the other thread.
  10. M

    Formula needed to calculate due date of books.

    ok, the file is attached, the form is called STUDENT1. Thanks!
  11. M

    Formula needed to calculate due date of books.

    in the related tables those fields are all defined as Date/Time. if you don't believe me i could send the database to you. The form in the database is called STUDENT1
  12. M

    Formula needed to calculate fines

    In a library book database i need a formula to calculate fines for every day overdue the book is of the return date. E.g. - returnDate = 15/03/2011 and dateReturned = 20/03/2011. Difference = 5 days. So fine = 5 x £0.20 = £1.00. I need a formula to be inserted into an unbound field in a...
  13. M

    Formula needed to calculate due date of books.

    Thanks!! This calculates a due date but sometimes it calculates it -6 days and some other times it calculates it +14 days. Why is it doing this?? I am a bit confused..
  14. M

    Formula needed to calculate due date of books.

    I have a problem. Where in a library style database the book is loaned out on a certain date (loanDate), e.g. 15/3/11. I then need the query to automatically calculate the due date of the book in the form in the next field (returnDate). E.g. book loaned out on 15/3/11 + 14 days = dueDate on...
Top Bottom