Search results

  1. K

    Getting report based on criteria matching in combo...

    Thanks for that. I wonder if there a better solution for the future in that by using vba to look for specific report names will constantly need to be updated as and when new criteria is decided and new reports created. Do you think listboxes might overcome this?
  2. K

    Is the the table relationship the problem?

    Thanks, I changed the table design for this field to a textbox and followed your advice and it worked great.
  3. K

    Getting report based on criteria matching in combo...

    Hi there, I have four combo boxes called: categories student period year Each have a series of items in them. categories By Gender By Nationality student All New period Monthly Yearly year 2007 2008 2009 What I want to do is write some vb which takes the users selections from...
  4. K

    Is the the table relationship the problem?

    Thanks for replying :) I just tried to create a new form using the wizard and it created the subform as well but I guess I think I know where the problem is now. The first 3 fields on the form are tutorID, TutorName, Email TutorName is a dropdown so the user can select the tutor's name...
  5. K

    Is the the table relationship the problem?

    Hi There I have a one to many relationship between two tables: tbl_Tutor and tbl_Tutorial - one tutor can give many tutorials but this logic doesn't seem to work when it comes to data entry forms I have created a form using the wizard in Access to allow a tutor to enter information about...
Back
Top Bottom