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?
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
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
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
thanks charityg, but I have NO clue about this language they use, where do I put that piece of code.
Where in the main form is the before insertevent???
Thanks,
Robert Brockie
[This message has been edited by robertbrockie (edited 05-02-2001).]
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...
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...
Thanks but my problem is with finding the sub forms and master fields in the properties.
Here is what I have done:
2 tables and two forms
1 contains information (general) about International Students. The other contains information (specific) about that student's marital information. The...
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...