Search results

  1. R

    Printing Blank Pages

    In my database I have a Dynamic Report set up in such a way that, depending on the information placed in it, will span 3 pages. However the pages will never be filled in most cases, is there a way to not print the blank pages?
  2. R

    Can access count???

    I have a database that inputs the countries that international students are from. I was wondering if I can create a report that counts those countries, and will update when a new student is added. Thanks for your time, Robert Brockie
  3. R

    why would rst.Update give me problems

    I have two sub forms that need to be updated by my main form, but when it comes to the rst.Update line of the code the program crapps out, any suggestions??? Robert Brockie
  4. R

    How do I Update the code for another table [Charity]

    I understand the code much better, but what if I needed to add another table to be updated like the Spouse table? Thanks for everything, Robert Brockie
  5. R

    Access Hates Me

    Hey Guy's I'm now at a point where my relationships are set up BUT when I add a new record, and DO NOT add a related record the program craps out. What I think I need is when I add a new user I need to increment my related form (creating a blank form) inorder for it to continue. Thats pretty...
  6. R

    Invalid field definition?

    I'm trying to set up my forms to increment eachother even if nothing is entered in the form. I'm trying to set the relationships to do that but I get the following error: "Invalid fields definition 'SpouseID' in definition of index or relationship." If you want to know more about my problems...
  7. R

    Rookie User Problem

    Fisrtly I want to mention that I am not aware of the programming language used in access. I need laymen answers. My problem is that I have two tables, they need to be lined to two forms (I think I did that right). Then the main form must be linking to the sub form. I tried using LinkChildField...
Top Bottom